Package edu.uoc.pfc.j2ee.jalonsod.mtp.config

Class Summary
BooleanParameter File: BooleanParameter.java Created: 2012-04-22 The Parameter configuration metadata for datatype Boolean.
Configurator File: Configurator.java Created: 2012-04-21 Main object for configuration of the MTP Framework.
DateParameter File: DateParameter.java Created: 2012-04-22 The Parameter configuration metadata for datatype java.sql.Date.
DoubleParameter File: DoubleParameter.java Created: 2012-04-22 The Parameter configuration metadata for datatype Double.
Form File: Form.java Created: 2012-04-22 Form configuration metadata.
IntegerParameter File: IntegerParameter.java Created: 2012-04-22 The Parameter configuration metadata for datatype Integer.
Language File: Language.java Created: 2012-04-22 A language is a user interface language supported by the application.
LanguageEntry File: LanguageEntry.java Created: 2012-04-22 A language entry is a single message translated in a particular language supported by the application.
Model File: Model.java Created: 2012-04-22 Contains the model metadata needed for framework to handle appropriately the application model objects.
Parameter File: Parameter.java Created: 2012-04-22 Parameter configuration metadata.
Result File: Result.java Created: 2012-04-22 Contains the information to handle a response value from the run method of the application model object.
Role File: Role.java Created: 2012-04-22 Role element from configuration A session must have granted one of the model assigned roles to access it.
StringParameter File: StringParameter.java Created: 2012-04-22 The Parameter configuration metadata for datatype String.
Validation File: Validation.java Created: 2012-04-22 Contains validation metadata from configuration.
 

Exception Summary
ConfiguratorException File: ConfiguratorException.java Created: 2012-04-23 Exceptions thrown by configuration code are this kind.