| Name | Description | Type | Package | Framework |
| AppData | A class for holding application data structures. | Class | org.apache.turbine.services.intake.xmlmodel | Apache Turbine |
| BigDecimalField | Class | org.apache.turbine.services.intake.model | Apache Turbine | |
| BigDecimalValidator | Validates BigDecimals with the following constraints in addition to those listed in NumberValidator and DefaultValidator. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| BooleanField | Processor for boolean fields. | Class | org.apache.turbine.services.intake.model | Apache Turbine |
| BooleanValidator | Validator for boolean field types. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| ComboKeyField | Class | org.apache.turbine.services.intake.model | Apache Turbine | |
| CompareCallback | Interface to define the compare operation betwen two field valuesVersion:$Id: DateStringValidator. | Interface | org.apache.turbine.services.intake.validator | Apache Turbine |
| Constraint | A constraint has a name and a value and an optional message. | Interface | org.apache.turbine.services.intake.validator | Apache Turbine |
| DTDResolver | A resolver to get the database. | Class | org.apache.turbine.services.intake.transform | Apache Turbine |
| DateRangeValidator | Validates a DateString field in dependency on another DateString field. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| DateStringField | Field for date inputs as free form text. | Class | org.apache.turbine.services.intake.model | Apache Turbine |
| DateStringValidator | Validates numbers with the following constraints in addition to those listed in DefaultValidator. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| DoubleField | Creates Double Field objects. | Class | org.apache.turbine.services.intake.model | Apache Turbine |
| DoubleValidator | Validates Doubles with the following constraints in addition to those listed in NumberValidator and DefaultValidator. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| Field | Base class for Intake generated input processing classes. | Class | org.apache.turbine.services.intake.model | Apache Turbine |
| FieldFactory | Creates Field objects. | Class | org.apache.turbine.services.intake.model | Apache Turbine |
| FieldReference | Helper Class to manage relations between fields. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| FileItemField | This Intake field is intended to represent a File input element in a HTML form. | Class | org.apache.turbine.services.intake.model | Apache Turbine |
| FileValidator | A validator that will compare a FileItem testValue against the following constraints in addition to those listed in DefaultValidator. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| FloatField | Creates Float Field objects. | Class | org.apache.turbine.services.intake.model | Apache Turbine |
| FloatValidator | Validates Floats with the following constraints in addition to those listed in NumberValidator and DefaultValidator. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| Group | Holds a group of FieldsVersion:$Id: Group. | Class | org.apache.turbine.services.intake.model | Apache Turbine |
| Group .GroupFactory | Constructor SummaryGroup. | Class | org.apache.turbine.services.intake.model.Group | Apache Turbine |
| InitableByConstraintMap | This interface marks a bean/class that can have its properties set by values in a Map. | Interface | org.apache.turbine.services.intake.validator | Apache Turbine |
| IntakeException | Base exception thrown by the Intake service. | Class | org.apache.turbine.services.intake | Apache Turbine |
| IntakeService | This service provides access to input processing objects based on an XML specification. | Interface | org.apache.turbine.services.intake | Apache Turbine |
| IntakeTool | The main class through which Intake is accessed. | Class | org.apache.turbine.services.intake | Apache Turbine |
| IntegerField | Processor for int fields. | Class | org.apache.turbine.services.intake.model | Apache Turbine |
| IntegerRangeValidator | Validates an int field in dependency on another int field. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| IntegerValidator | Validates Integers with the following constraints in addition to those listed in NumberValidator and DefaultValidator. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| InvalidMaskException | An Exception indidate an invalid field mask. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| LongField | Processor for long fields. | Class | org.apache.turbine.services.intake.model | Apache Turbine |
| LongValidator | Validates Longs with the following constraints in addition to those listed in NumberValidator and DefaultValidator. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| NumberKeyField | Class | org.apache.turbine.services.intake.model | Apache Turbine | |
| NumberKeyValidator | Validates numbers with the following constraints in addition to those listed in DefaultValidator. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| Rule | A Class for holding data about a constraint on a property. | Class | org.apache.turbine.services.intake.xmlmodel | Apache Turbine |
| ShortField | Processor for short fields. | Class | org.apache.turbine.services.intake.model | Apache Turbine |
| ShortValidator | Validates Shorts with the following constraints in addition to those listed in NumberValidator and DefaultValidator. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| StringField | Class | org.apache.turbine.services.intake.model | Apache Turbine | |
| StringKeyField | Class | org.apache.turbine.services.intake.model | Apache Turbine | |
| TurbineIntake | This is a Facade class for IntakeService. | Class | org.apache.turbine.services.intake | Apache Turbine |
| TurbineIntakeService | This service provides access to input processing objects based on an XML specification. | Class | org.apache.turbine.services.intake | Apache Turbine |
| ValidationException | An Exception to mark a failed validationVersion:$Id: ValidationException. | Class | org.apache.turbine.services.intake.validator | Apache Turbine |
| Validator | Interface | org.apache.turbine.services.intake.validator | Apache Turbine | |
| XmlField | A Class for holding data about a property used in an Application. | Class | org.apache.turbine.services.intake.xmlmodel | Apache Turbine |
| XmlGroup | A Class for holding data about a grouping of inputs used in an Application. | Class | org.apache.turbine.services.intake.xmlmodel | Apache Turbine |
| XmlToAppData | A Class that is used to parse an input xml schema file and creates and AppData java structure. | Class | org.apache.turbine.services.intake.transform | Apache Turbine |