com.opensymphony.xwork.config.entities
Class InterceptorStackConfig

java.lang.Object
  extended bycom.opensymphony.xwork.util.location.Located
      extended bycom.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

Field Summary
 
Fields inherited from class com.opensymphony.xwork.util.location.Located
location
 
Constructor Summary
InterceptorStackConfig()
           
InterceptorStackConfig(String name)
           
 
Method Summary
 void addInterceptor(InterceptorMapping interceptor)
           
 void addInterceptors(List interceptors)
           
 boolean equals(Object o)
           
 Collection getInterceptors()
           
 String getName()
           
 int hashCode()
           
 void setName(String name)
           
 
Methods inherited from class com.opensymphony.xwork.util.location.Located
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorStackConfig

public InterceptorStackConfig()

InterceptorStackConfig

public InterceptorStackConfig(String name)
Method Detail

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()

XWork Project Page