|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork2.util.location.Located
com.opensymphony.xwork2.config.entities.InterceptorStackConfig
public class InterceptorStackConfig
Configuration for InterceptorStack.
In the xml configuration file this is defined as theinterceptor-stack tag.
| Nested Class Summary | |
|---|---|
static class |
InterceptorStackConfig.Builder
The builder for this object. |
| Field Summary | |
|---|---|
protected java.util.List<InterceptorMapping> |
interceptors
A list of InterceptorMapping object |
protected java.lang.String |
name
|
| Fields inherited from class com.opensymphony.xwork2.util.location.Located |
|---|
location |
| Constructor Summary | |
|---|---|
protected |
InterceptorStackConfig()
Creates an InterceptorStackConfig object. |
protected |
InterceptorStackConfig(InterceptorStackConfig orig)
Creates an InterceptorStackConfig object with a particular name. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
An InterceptorStackConfig object is equals with o only if
o is an InterceptorStackConfig object
both names are equals
all of their InterceptorMappings are equals
|
java.util.Collection<InterceptorMapping> |
getInterceptors()
Returns a Collection of InterceptorMapping objects. |
java.lang.String |
getName()
Get the name of this interceptor stack configuration. |
int |
hashCode()
Generate hashcode based on InterceptorStackConfig's name and its
InterceptorMappings. |
| Methods inherited from class com.opensymphony.xwork2.util.location.Located |
|---|
getLocation, setLocation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<InterceptorMapping> interceptors
protected java.lang.String name
| Constructor Detail |
|---|
protected InterceptorStackConfig()
protected InterceptorStackConfig(InterceptorStackConfig orig)
name.
name - | Method Detail |
|---|
public java.util.Collection<InterceptorMapping> getInterceptors()
Collection of InterceptorMapping objects.
public java.lang.String getName()
public boolean equals(java.lang.Object o)
o only if
InterceptorMappings are equals
equals in class java.lang.Objectpublic int hashCode()
InterceptorStackConfig's name and its
InterceptorMappings.
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||