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

Packages that use MethodFilterInterceptor
com.opensymphony.xwork2.interceptor Interceptor classes. 
com.opensymphony.xwork2.validator XWork validation subsystem. 
 

Uses of MethodFilterInterceptor in com.opensymphony.xwork2.interceptor
 

Subclasses of MethodFilterInterceptor in com.opensymphony.xwork2.interceptor
 class DefaultWorkflowInterceptor
          

An interceptor that makes sure there are not validation errors before allowing the interceptor chain to continue.

 class ParametersInterceptor
          This interceptor sets all parameters on the value stack.
 class PrepareInterceptor
          This interceptor calls prepare() on actions which implement Preparable.
 

Uses of MethodFilterInterceptor in com.opensymphony.xwork2.validator
 

Subclasses of MethodFilterInterceptor in com.opensymphony.xwork2.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).
 



Copyright © 2009 OpenSymphony. All Rights Reserved.