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

Packages that use AbstractInterceptor
com.opensymphony.xwork2.interceptor Interceptor classes. 
com.opensymphony.xwork2.interceptor.annotations Interceptor annotations. 
com.opensymphony.xwork2.spring.interceptor Spring specific interceptor classes. 
com.opensymphony.xwork2.validator XWork validation subsystem. 
 

Uses of AbstractInterceptor in com.opensymphony.xwork2.interceptor
 

Subclasses of AbstractInterceptor in com.opensymphony.xwork2.interceptor
 class AliasInterceptor
          The aim of this Interceptor is to alias a named parameter to a different named parameter.
 class ChainingInterceptor
          An interceptor that copies all the properties of every object in the value stack to the currently executing object, except for any object that implements Unchainable.
 class ConversionErrorInterceptor
          ConversionErrorInterceptor adds conversion errors from the ActionContext to the Action's field errors.
 class DefaultWorkflowInterceptor
          

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

 class ExceptionMappingInterceptor
          This interceptor forms the core functionality of the exception handling feature.
 class I18nInterceptor
          An interceptor that handles setting the locale specified in a session as the locale for the current action request.
 class LoggingInterceptor
          This interceptor logs the start and end of the execution an action (in English-only, not internationalized).
 class MethodFilterInterceptor
          MethodFilterInterceptor is an abstract Interceptor used as a base class for interceptors that will filter execution based on method names according to specified included/excluded method lists.
 class ModelDrivenInterceptor
          Watches for ModelDriven actions and adds the action's model on to the value stack.
 class ParameterFilterInterceptor
          The Parameter Filter Interceptor blocks parameters from getting to the rest of the stack or your action.
 class ParameterRemoverInterceptor
          This is a simple XWork interceptor that allows parameters (matching one of the paramNames attribute csv value) to be removed from the parameter map if they match a certain value (matching one of the paramValues attribute csv value), before they are set on the action.
 class ParametersInterceptor
          This interceptor sets all parameters on the value stack.
 class PrepareInterceptor
          This interceptor calls prepare() on actions which implement Preparable.
 class ScopedModelDrivenInterceptor
          An interceptor that enables scoped model-driven actions.
 class StaticParametersInterceptor
          This interceptor populates the action with the static parameters defined in the action configuration.
 class TimerInterceptor
          This interceptor logs the amount of time in milliseconds.
 

Uses of AbstractInterceptor in com.opensymphony.xwork2.interceptor.annotations
 

Subclasses of AbstractInterceptor in com.opensymphony.xwork2.interceptor.annotations
 class AnnotationParameterFilterIntereptor
          Annotation based version of ParameterFilterInterceptor.
 

Uses of AbstractInterceptor in com.opensymphony.xwork2.spring.interceptor
 

Subclasses of AbstractInterceptor in com.opensymphony.xwork2.spring.interceptor
 class ActionAutowiringInterceptor
          TODO: Give a description of the Interceptor.
 

Uses of AbstractInterceptor in com.opensymphony.xwork2.validator
 

Subclasses of AbstractInterceptor 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.