com.opensymphony.xwork.config.entities
Class InterceptorStackConfig

java.lang.Object
  extended bycom.opensymphony.xwork.config.entities.InterceptorStackConfig
All Implemented Interfaces:
InterceptorListHolder

public class InterceptorStackConfig
extends Object
implements InterceptorListHolder

Created by IntelliJ IDEA. User: Mike Date: May 6, 2003 Time: 2:41:35 PM To change this template use Options | File Templates.


Constructor Summary
InterceptorStackConfig()
           
InterceptorStackConfig(String name)
           
 
Method Summary
 void addInterceptor(Interceptor interceptor)
           
 void addInterceptors(List interceptors)
           
 boolean equals(Object o)
           
 Collection getInterceptors()
           
 String getName()
           
 int hashCode()
           
 void setName(String name)
           
 
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(Interceptor 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