Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
P
R
S
T
V
W
V
validateConfigFile()
- Method in class edu.uoc.pfc.j2ee.jalonsod.mtp.config.
Configurator
Validate and load the config file.
validateMethod
- Variable in class edu.uoc.pfc.j2ee.jalonsod.mtp.config.
Model
validateMethod
- Variable in class edu.uoc.pfc.j2ee.jalonsod.mtp.config.
Parameter
validateMethodReference
- Variable in class edu.uoc.pfc.j2ee.jalonsod.mtp.config.
Model
validateRequest(RequestDataPrivate)
- Method in class edu.uoc.pfc.j2ee.jalonsod.mtp.helper.
Validator
Loads and validates the request parameters.
Validation
- Class in
edu.uoc.pfc.j2ee.jalonsod.mtp.config
File: Validation.java Created: 2012-04-22 Contains validation metadata from configuration.
Validation(String, String, String, String)
- Constructor for class edu.uoc.pfc.j2ee.jalonsod.mtp.config.
Validation
VALIDATION_DATATYPE_CONVERSION_ERROR
- Static variable in class edu.uoc.pfc.j2ee.jalonsod.mtp.request.
ParameterInstance
The parameter does not pass datatype conversion validation for the value.
VALIDATION_ERROR_LOADING_PARAMETER_VALUES_INTO_MODEL
- Static variable in interface edu.uoc.pfc.j2ee.jalonsod.mtp.request.
RequestData
Request has not been validated, because some fields cannot be loaded into application model object.
VALIDATION_ERROR_STAGE_1_DATATYPE_CONVERSION
- Static variable in interface edu.uoc.pfc.j2ee.jalonsod.mtp.request.
RequestData
Request has not been validated, because datatype conversion has failed.
VALIDATION_ERROR_STAGE_2_REQUIRED_FIELDS
- Static variable in interface edu.uoc.pfc.j2ee.jalonsod.mtp.request.
RequestData
Request has not been validated, because some required fields are empty.
VALIDATION_ERROR_STAGE_3_FIELD_VALIDATION_FUNCTIONS
- Static variable in interface edu.uoc.pfc.j2ee.jalonsod.mtp.request.
RequestData
Request has not been validated, because some field validation functions has returned with error.
VALIDATION_ERROR_STAGE_4_MODEL_VALIDATION_FUNCTION
- Static variable in interface edu.uoc.pfc.j2ee.jalonsod.mtp.request.
RequestData
Request has not been validated, because the validation function of the model has returned with error.
VALIDATION_FUNCTION_ERROR
- Static variable in class edu.uoc.pfc.j2ee.jalonsod.mtp.request.
ParameterInstance
The parameter value does not pass function validation.
VALIDATION_NO_VALIDATED
- Static variable in interface edu.uoc.pfc.j2ee.jalonsod.mtp.request.
RequestData
Request has not been validated, because no validation is done.
VALIDATION_NOT_VALIDATED
- Static variable in class edu.uoc.pfc.j2ee.jalonsod.mtp.request.
ParameterInstance
The parameter is not yet validated.
VALIDATION_OK
- Static variable in class edu.uoc.pfc.j2ee.jalonsod.mtp.request.
ParameterInstance
The parameter is fully validated.
VALIDATION_OK
- Static variable in interface edu.uoc.pfc.j2ee.jalonsod.mtp.request.
RequestData
Request has been validated, all stages are passed right.
VALIDATION_REQUIRED_VALUE_IS_NULL
- Static variable in class edu.uoc.pfc.j2ee.jalonsod.mtp.request.
ParameterInstance
The parameter value is null but it's required.
validations
- Variable in class edu.uoc.pfc.j2ee.jalonsod.mtp.config.
Configurator
Field validations implemented by application.
validationStatus
- Variable in class edu.uoc.pfc.j2ee.jalonsod.mtp.request.
HttpRequestData
The validation status of the request.
validationStatus
- Variable in class edu.uoc.pfc.j2ee.jalonsod.mtp.request.
ParameterInstance
The validation status of the parameterInstance.
Validator
- Class in
edu.uoc.pfc.j2ee.jalonsod.mtp.helper
File: ContextFactory.java Created: 2012-04-28 Loads and validates the request parameters into
formInstance
and model instance.
Validator()
- Constructor for class edu.uoc.pfc.j2ee.jalonsod.mtp.helper.
Validator
value
- Variable in class edu.uoc.pfc.j2ee.jalonsod.mtp.config.
LanguageEntry
value
- Variable in class edu.uoc.pfc.j2ee.jalonsod.mtp.request.
BooleanParameterInstance
The value of the request parameter.
value
- Variable in class edu.uoc.pfc.j2ee.jalonsod.mtp.request.
DateParameterInstance
The value of the request parameter.
value
- Variable in class edu.uoc.pfc.j2ee.jalonsod.mtp.request.
DoubleParameterInstance
The value of the request parameter.
value
- Variable in class edu.uoc.pfc.j2ee.jalonsod.mtp.request.
IntegerParameterInstance
The value of the request parameter.
value
- Variable in class edu.uoc.pfc.j2ee.jalonsod.mtp.request.
StringParameterInstance
The value of the request parameter.
view
- Variable in class edu.uoc.pfc.j2ee.jalonsod.mtp.request.
HttpRequestData
The view selected to redirect the response (like a jsp page).
ViewMapper
- Interface in
edu.uoc.pfc.j2ee.jalonsod.mtp.helper
File: ViewMapper.java Created: 2012-04-28 Interface of view mapper.
viewMapperClass
- Variable in class edu.uoc.pfc.j2ee.jalonsod.mtp.config.
Configurator
Class used for mapping views.
viewMapperClassReference
- Variable in class edu.uoc.pfc.j2ee.jalonsod.mtp.config.
Configurator
A reference to the
viewMapper
class.
ViewMapperImpl
- Class in
edu.uoc.pfc.j2ee.jalonsod.mtp.helper
File: ViewMapperImpl.java Created: 2012-04-28 ViewMapper implementation from the framework.
ViewMapperImpl()
- Constructor for class edu.uoc.pfc.j2ee.jalonsod.mtp.helper.
ViewMapperImpl
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
P
R
S
T
V
W