com.opensymphony.xwork2.config.entities
Class InterceptorStackConfig
java.lang.Object
com.opensymphony.xwork2.util.location.Located
com.opensymphony.xwork2.config.entities.InterceptorStackConfig
- All Implemented Interfaces:
- Locatable, Serializable
public class InterceptorStackConfig
- extends Located
- implements 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.xwork2.util.location.Located |
location |
interceptors
private List<InterceptorMapping> interceptors
name
private String name
InterceptorStackConfig
protected InterceptorStackConfig()
InterceptorStackConfig
protected InterceptorStackConfig(InterceptorStackConfig orig)
getInterceptors
public Collection<InterceptorMapping> getInterceptors()
getName
public String getName()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.