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. 
org.apache.struts2.interceptor Web specific interceptor classes. 
org.apache.struts2.interceptor.validation   
 

Uses of MethodFilterInterceptor in com.opensymphony.xwork2.interceptor
 

Subclasses of MethodFilterInterceptor in com.opensymphony.xwork2.interceptor
 class DefaultWorkflowInterceptor
          An interceptor that does some basic validation workflow 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).
 

Uses of MethodFilterInterceptor in org.apache.struts2.interceptor
 

Subclasses of MethodFilterInterceptor in org.apache.struts2.interceptor
 class ExecuteAndWaitInterceptor
          The ExecuteAndWaitInterceptor is great for running long-lived actions in the background while showing the user a nice progress meter.
 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 org.apache.struts2.interceptor.validation
 

Subclasses of MethodFilterInterceptor in org.apache.struts2.interceptor.validation
 class AnnotationValidationInterceptor
          Extends the xwork validation interceptor to also check for a @SkipValidation annotation, and if found, don't validate this action method
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.