com.opensymphony.xwork2.config.entities
Class InterceptorConfig
java.lang.Object
com.opensymphony.xwork2.util.location.Located
com.opensymphony.xwork2.config.entities.InterceptorConfig
- All Implemented Interfaces:
- Locatable, java.io.Serializable
public class InterceptorConfig
- extends Located
- implements java.io.Serializable
Configuration for Interceptors.
In the xml configuration file this is defined as the interceptors
tag.
- Author:
- Mike
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
className
|
protected java.lang.String |
name
|
protected java.util.Map<java.lang.String,java.lang.String> |
params
|
Fields inherited from class com.opensymphony.xwork2.util.location.Located |
location |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
params
protected java.util.Map<java.lang.String,java.lang.String> params
className
protected java.lang.String className
name
protected java.lang.String name
InterceptorConfig
protected InterceptorConfig(java.lang.String name,
java.lang.String className)
InterceptorConfig
protected InterceptorConfig(InterceptorConfig orig)
getClassName
public java.lang.String getClassName()
getName
public java.lang.String getName()
getParams
public java.util.Map<java.lang.String,java.lang.String> getParams()
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
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.