Uses of Class
com.opensymphony.xwork.interceptor.MethodFilterInterceptor

Packages that use MethodFilterInterceptor
com.opensymphony.webwork.interceptor Web specific interceptor classes. 
com.opensymphony.xwork.interceptor   
com.opensymphony.xwork.validator   
 

Uses of MethodFilterInterceptor in com.opensymphony.webwork.interceptor
 

Subclasses of MethodFilterInterceptor in com.opensymphony.webwork.interceptor
 class TokenInterceptor
          Ensures that only one request per token is processed.
 class TokenSessionStoreInterceptor
          This interceptor builds off of the TokenInterceptor, providing advanced logic for handling invalid tokens.
 

Uses of MethodFilterInterceptor in com.opensymphony.xwork.interceptor
 

Subclasses of MethodFilterInterceptor in com.opensymphony.xwork.interceptor
 class DefaultWorkflowInterceptor
          An interceptor that does some basic validation workflow before allowing the interceptor chain to continue.
 

Uses of MethodFilterInterceptor in com.opensymphony.xwork.validator
 

Subclasses of MethodFilterInterceptor in com.opensymphony.xwork.validator
 class ValidationInterceptor
          This interceptor runs the action through the standard validation framework, which in turn checks the action against any validation rules (found in files such as ActionClass-validation.xml) and adds field-level and action-level error messages (provided that the action implements ValidationAware).
 


WebWork Project Page