|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.turbine.services.intake.model.FieldFactory
Creates Field objects.
Constructor Summary | |
FieldFactory()
|
Method Summary | |
static Field |
getInstance(XmlField xmlField,
Group xmlGroup)
Creates a Field object appropriate for the type specified in the xml file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FieldFactory()
Method Detail |
public static final Field getInstance(XmlField xmlField, Group xmlGroup) throws IntakeException
xmlField
- a XmlField
value
Field
value
IntakeException
- indicates that an unknown type was specified for a field.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |