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, Serializable
- public class InterceptorStackConfig
- extends Located
- implements InterceptorListHolder, 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 |
InterceptorStackConfig
public InterceptorStackConfig()
InterceptorStackConfig
public InterceptorStackConfig(String name)
getInterceptors
public Collection getInterceptors()
setName
public void setName(String name)
getName
public String getName()
addInterceptor
public void addInterceptor(InterceptorMapping interceptor)
- Specified by:
addInterceptor
in interface InterceptorListHolder
addInterceptors
public void addInterceptors(List interceptors)
- Specified by:
addInterceptors
in interface InterceptorListHolder
equals
public boolean equals(Object o)
hashCode
public int hashCode()