com.opensymphony.xwork.config.entities
Class InterceptorConfig
java.lang.Object
com.opensymphony.xwork.util.location.Located
com.opensymphony.xwork.config.entities.InterceptorConfig
- All Implemented Interfaces:
- Parameterizable, Locatable, java.io.Serializable
public class InterceptorConfig
- extends Located
- implements Parameterizable, java.io.Serializable
Configuration for Interceptors.
In the xml configuration file this is defined as the interceptors
tag.
- Author:
- Mike
- See Also:
- Serialized Form
Fields inherited from class com.opensymphony.xwork.util.location.Located |
location |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
InterceptorConfig
public InterceptorConfig()
InterceptorConfig
public InterceptorConfig(java.lang.String name,
java.lang.Class clazz,
java.util.Map params)
InterceptorConfig
public InterceptorConfig(java.lang.String name,
java.lang.String className,
java.util.Map params)
setClassName
public void setClassName(java.lang.String className)
getClassName
public java.lang.String getClassName()
setName
public void setName(java.lang.String name)
getName
public java.lang.String getName()
setParams
public void setParams(java.util.Map params)
- Specified by:
setParams
in interface Parameterizable
getParams
public java.util.Map getParams()
- Specified by:
getParams
in interface Parameterizable
addParam
public void addParam(java.lang.String name,
java.lang.Object value)
- Specified by:
addParam
in interface Parameterizable
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object