org.apache.empire.struts2.interceptors
Class InterceptorSupport

java.lang.Object
  extended by com.opensymphony.xwork2.interceptor.AbstractInterceptor
      extended by org.apache.empire.struts2.interceptors.InterceptorSupport
All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor, java.io.Serializable
Direct Known Subclasses:
ActionAccessInterceptor, ActionBasicsInterceptor

public abstract class InterceptorSupport
extends com.opensymphony.xwork2.interceptor.AbstractInterceptor

See Also:
Serialized Form

Field Summary
static java.lang.String NONE
           
 
Constructor Summary
InterceptorSupport()
           
 
Method Summary
 
Methods inherited from class com.opensymphony.xwork2.interceptor.AbstractInterceptor
destroy, init, intercept
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final java.lang.String NONE
See Also:
Constant Field Values
Constructor Detail

InterceptorSupport

public InterceptorSupport()