Uses of Interface
com.opensymphony.xwork.interceptor.Interceptor

Packages that use Interceptor
com.opensymphony.xwork   
com.opensymphony.xwork.config.entities   
com.opensymphony.xwork.interceptor   
com.opensymphony.xwork.interceptor.component   
com.opensymphony.xwork.validator   
 

Uses of Interceptor in com.opensymphony.xwork
 

Methods in com.opensymphony.xwork that return Interceptor
 Interceptor ObjectFactory.buildInterceptor(InterceptorConfig interceptorConfig, Map interceptorRefParams)
          Builds an Interceptor from the InterceptorConfig and the Map of parameters from the interceptor reference.
 

Uses of Interceptor in com.opensymphony.xwork.config.entities
 

Methods in com.opensymphony.xwork.config.entities with parameters of type Interceptor
 void InterceptorListHolder.addInterceptor(Interceptor interceptor)
           
 void InterceptorStackConfig.addInterceptor(Interceptor interceptor)
           
 void ActionConfig.addInterceptor(Interceptor interceptor)
           
 

Uses of Interceptor in com.opensymphony.xwork.interceptor
 

Classes in com.opensymphony.xwork.interceptor that implement Interceptor
 class AbstractLifecycleInterceptor
          AbstractLifecycleInterceptor
 class AroundInterceptor
          An abstract interceptor that provides simple access to before/after callouts.
 class ChainingInterceptor
           
 class ConversionErrorInterceptor
          ConversionErrorInterceptor adds conversion errors from the ActionContext to the Action's field errors
 class DefaultWorkflowInterceptor
          An interceptor that does some basic validation workflow before allowing the interceptor chain to continue.
 class ExternalReferencesInterceptor
           
 class LoggingInterceptor
          LoggingInterceptor Created : Jan 9, 2003 1:23:03 AM
 class ModelDrivenInterceptor
          Watches for ModelDriven Actions and adds the model from the Action on to the value stack.
 class ParametersInterceptor
          An interceptor that gets the parameters Map from the action context and calls setValue on the value stack with the property name being the key in the map, and the value being the associated value in the map.
 class PrepareInterceptor
          PrepareInterceptor calls prepare() on Actions which implement com.opensymphony.xwork.Preparable
 class StaticParametersInterceptor
          Populates the Action with the static parameters defined in the Action configuration by treating the Action as a bean.
 class TimerInterceptor
          TimerInterceptor Created : Jan 9, 2003 1:15:53 AM
 

Uses of Interceptor in com.opensymphony.xwork.interceptor.component
 

Classes in com.opensymphony.xwork.interceptor.component that implement Interceptor
 class ComponentInterceptor
           
 

Uses of Interceptor in com.opensymphony.xwork.validator
 

Classes in com.opensymphony.xwork.validator that implement Interceptor
 class ValidationInterceptor
          Validates an action.
 


XWork Project Page