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

Packages that use MethodFilterInterceptor
com.opensymphony.xwork.interceptor   
com.opensymphony.xwork.validator   
 

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).
 


XWork Project Page