public class InterceptorStackConfig extends Located implements Serializable
interceptor-stack tag.| Modifier and Type | Class and Description |
|---|---|
static class |
InterceptorStackConfig.Builder
The builder for this object.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<InterceptorMapping> |
interceptors
A list of InterceptorMapping object
|
protected String |
name |
| Modifier | Constructor and Description |
|---|---|
protected |
InterceptorStackConfig()
Creates an InterceptorStackConfig object.
|
protected |
InterceptorStackConfig(InterceptorStackConfig orig)
Creates an InterceptorStackConfig object with a particular
name. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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
|
Collection<InterceptorMapping> |
getInterceptors()
Returns a
Collection of InterceptorMapping objects. |
String |
getName()
Get the name of this interceptor stack configuration.
|
int |
hashCode()
Generate hashcode based on
InterceptorStackConfig's name and its
InterceptorMappings. |
String |
toString() |
getLocation, setLocationprotected List<InterceptorMapping> interceptors
protected String name
protected InterceptorStackConfig()
protected InterceptorStackConfig(InterceptorStackConfig orig)
name.name - public Collection<InterceptorMapping> getInterceptors()
Collection of InterceptorMapping objects.public String getName()
public boolean equals(Object o)
o only if
InterceptorMappings are equalspublic int hashCode()
InterceptorStackConfig's name and its
InterceptorMappings.Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.