com.opensymphony.xwork2.config.entities
Class InterceptorStackConfig

java.lang.Object
  extended by com.opensymphony.xwork2.util.location.Located
      extended by 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

Nested Class Summary
static class InterceptorStackConfig.Builder
          The builder for this object.
 
Field Summary
private  List<InterceptorMapping> interceptors
           
private  String name
           
 
Fields inherited from class com.opensymphony.xwork2.util.location.Located
location
 
Constructor Summary
protected InterceptorStackConfig()
           
protected InterceptorStackConfig(InterceptorStackConfig orig)
           
 
Method Summary
 boolean equals(Object o)
           
 Collection<InterceptorMapping> getInterceptors()
           
 String getName()
           
 int hashCode()
           
 
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

interceptors

private List<InterceptorMapping> interceptors

name

private String name
Constructor Detail

InterceptorStackConfig

protected InterceptorStackConfig()

InterceptorStackConfig

protected InterceptorStackConfig(InterceptorStackConfig orig)
Method Detail

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.