com.opensymphony.xwork.config.entities
Class InterceptorStackConfig
java.lang.Object
com.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.
InterceptorStackConfig
public InterceptorStackConfig()
InterceptorStackConfig
public InterceptorStackConfig(String name)
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()