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

Packages that use AroundInterceptor
com.opensymphony.webwork.interceptor Web specific interceptor classes. 
com.opensymphony.webwork.spring.interceptor   
com.opensymphony.xwork.interceptor   
com.opensymphony.xwork.interceptor.component   
com.opensymphony.xwork.spring.interceptor   
 

Uses of AroundInterceptor in com.opensymphony.webwork.interceptor
 

Subclasses of AroundInterceptor in com.opensymphony.webwork.interceptor
 class BooleanTweaker
          Interceptor tweaking boolean parameters.
 class CookieInterceptor
          The aim of this interceptor is to set values in the stack/action based on cookie name/value of interest.
 class CreateSessionInterceptor
          This interceptor creates the HttpSession.
 class FlashInterceptor
          Flash interceptor (FlashInterceptor) possibly with FlashResult allows current action to be available even after a redirect.
 class ServletConfigInterceptor
          An interceptor which sets action properties based on the interfaces an action implements.
 class SessionInvalidationInterceptor
          This interceptor invalidates http session based on the type of operation it is in.
 class WebWorkConversionErrorInterceptor
          This interceptor extends ConversionErrorInterceptor but only adds conversion errors from the ActionContext to the field errors of the action if the field value is not null, "", or {""} (a size 1 String array with only an empty String).
 

Uses of AroundInterceptor in com.opensymphony.webwork.spring.interceptor
 

Subclasses of AroundInterceptor in com.opensymphony.webwork.spring.interceptor
 class SessionContextAutowiringInterceptor
          TODO: Give a description of the Interceptor.
 

Uses of AroundInterceptor in com.opensymphony.xwork.interceptor
 

Subclasses of AroundInterceptor in com.opensymphony.xwork.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
          This interceptor adds any error found in the ActionContext's conversionErrors map as a field error (provided that the action implements ValidationAware).
 class ExternalReferencesInterceptor
          TODO: Give a description of the Interceptor.
 class LoggingInterceptor
          This interceptor logs the the start and end of the execution an action (in English-only, not internationalized).
 class ModelDrivenInterceptor
          Watches for ModelDriven actions and adds the action's model on to the value stack.
 class ParameterRemoverInterceptor
          This is a simple WebWork 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 StaticParametersInterceptor
          This interceptor populates the action with the static parameters defined in the action configuration.
 

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

Subclasses of AroundInterceptor in com.opensymphony.xwork.interceptor.component
 class ComponentInterceptor
          Deprecated. WebWork's IoC has been deprecated, please use an alternative such as Spring.
 

Uses of AroundInterceptor in com.opensymphony.xwork.spring.interceptor
 

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


WebWork Project Page