|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uoc.pfc.j2ee.jalonsod.mtp.helper.Validator
public class Validator
File: ContextFactory.java
Created: 2012-04-28
Loads and validates the request parameters into formInstance
and model instance.
Field Summary | |
---|---|
private static java.util.logging.Logger |
logger
|
Constructor Summary | |
---|---|
Validator()
|
Method Summary | |
---|---|
void |
setParameterValues(RequestDataPrivate requestData)
Write the parameters from the request into the application modelInstance. |
void |
validateRequest(RequestDataPrivate requestData)
Loads and validates the request parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.util.logging.Logger logger
Constructor Detail |
---|
public Validator()
Method Detail |
---|
public void validateRequest(RequestDataPrivate requestData)
requestData
- the MTP requestData of the current request.public void setParameterValues(RequestDataPrivate requestData) throws MTPException
requestData
- the MTP requestData of the current request.
MTPException
- throws when there is a problem setting the values into the application model.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |