HDIV API 2.0.4

org.hdiv.filter
Class ValidatorHelperThreadLocal

java.lang.Object
  extended by org.hdiv.filter.AbstractValidatorHelper
      extended by org.hdiv.filter.ValidatorHelperThreadLocal
All Implemented Interfaces:
IValidationHelper, org.springframework.beans.factory.BeanFactoryAware

public class ValidatorHelperThreadLocal
extends AbstractValidatorHelper

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.

Since:
HDIV 2.0
Author:
Roberto Velasco, Gorka Vicente

Constructor Summary
ValidatorHelperThreadLocal()
           
 
Method Summary
 void endPage()
          It is called in the post-processing stage of each user request.
 void startPage()
          It is called in the pre-processing stage of each user request.
 
Methods inherited from class org.hdiv.filter.AbstractValidatorHelper
getBeanFactory, getDataValidator, getHdivConfig, getLogger, getRequest, getRequestWrapper, getStateUtil, getTarget, init, initTesting, isTheSameAction, setBeanFactory, setDataValidator, setHdivConfig, setLogger, setRequest, setRequestWrapper, setStateUtil, setTarget, setTargetWithoutContextPath, validate, validateEditableParameter, validateHDIVSuffix, validateRequestCookies, validateStartPageParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidatorHelperThreadLocal

public ValidatorHelperThreadLocal()
Method Detail

startPage

public void startPage()
It is called in the pre-processing stage of each user request.

Specified by:
startPage in interface IValidationHelper
Specified by:
startPage in class AbstractValidatorHelper

endPage

public void endPage()
It is called in the post-processing stage of each user request.

Specified by:
endPage in interface IValidationHelper
Specified by:
endPage in class AbstractValidatorHelper

HDIV 2.0.4

Copyright © 2008 hdiv.org. All Rights Reserved.