|
HDIV API 2.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hdiv.filter.AbstractValidatorHelper
org.hdiv.filter.ValidatorHelperRequest
public class ValidatorHelperRequest
It validates client requests by comsuming an object of type IState and validating all the entry data, besides replacing relative values by its real values.
| Constructor Summary | |
|---|---|
ValidatorHelperRequest()
|
|
| Method Summary | |
|---|---|
void |
endPage()
Handle the storing of HDIV's state, which is done after action invocation. |
void |
init(javax.servlet.http.HttpServletRequest request)
Initialization of the objects needed for the validation process. |
void |
startPage()
It is called in the pre-processing stage of each user request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidatorHelperRequest()
| Method Detail |
|---|
public void init(javax.servlet.http.HttpServletRequest request)
init in interface IValidationHelperinit in class AbstractValidatorHelperrequest - HTTP servlet request
HDIVException - if there is an initialization error.public void startPage()
startPage in interface IValidationHelperstartPage in class AbstractValidatorHelperpublic void endPage()
endPage in interface IValidationHelperendPage in class AbstractValidatorHelperrequest - http request
java.lang.Exception - if there is an error in storing process.
|
HDIV 2.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||