com.opensymphony.xwork.config.entities
Class InterceptorStackConfig
java.lang.Object
com.opensymphony.xwork.util.location.Located
com.opensymphony.xwork.config.entities.InterceptorStackConfig
- All Implemented Interfaces:
- InterceptorListHolder, Locatable, java.io.Serializable
public class InterceptorStackConfig
- extends Located
- implements InterceptorListHolder, java.io.Serializable
Configuration for InterceptorStack.
In the xml configuration file this is defined as the interceptor-stack
tag.
- Author:
- Mike, Rainer Hermanns
- See Also:
- Serialized Form
Fields inherited from class com.opensymphony.xwork.util.location.Located |
location |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
InterceptorStackConfig
public InterceptorStackConfig()
InterceptorStackConfig
public InterceptorStackConfig(java.lang.String name)
getInterceptors
public java.util.Collection getInterceptors()
setName
public void setName(java.lang.String name)
getName
public java.lang.String getName()
addInterceptor
public void addInterceptor(InterceptorMapping interceptor)
- Specified by:
addInterceptor
in interface InterceptorListHolder
addInterceptors
public void addInterceptors(java.util.List interceptors)
- Specified by:
addInterceptors
in interface InterceptorListHolder
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object