Save This Page
Home » xwork-2.1.1-src » com.opensymphony.xwork2.interceptor » [javadoc | source]
com.opensymphony.xwork2.interceptor
abstract public class: AbstractInterceptor [javadoc | source]
java.lang.Object
   com.opensymphony.xwork2.interceptor.AbstractInterceptor

All Implemented Interfaces:
    Interceptor

Direct Known Subclasses:
    I18nInterceptor, StaticParametersInterceptor, LoggingInterceptor, ScopedModelDrivenInterceptor, PrepareInterceptor, ParameterRemoverInterceptor, ParametersInterceptor, ConversionErrorInterceptor, ModelDrivenInterceptor, ParameterFilterInterceptor, MethodFilterInterceptor, ExceptionMappingInterceptor, AliasInterceptor, DefaultWorkflowInterceptor, ActionAutowiringInterceptor, ChainingInterceptor, ValidationInterceptor, TimerInterceptor

Provides default implementations of optional lifecycle methods
Method from com.opensymphony.xwork2.interceptor.AbstractInterceptor Summary:
destroy,   init,   intercept
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.xwork2.interceptor.AbstractInterceptor Detail:
 public  void destroy() 
    Does nothing
 public  void init() 
    Does nothing
 abstract public String intercept(ActionInvocation invocation) throws Exception
    Override to handle interception