com.opensymphony.xwork.config.entities
Class ResultTypeConfig
java.lang.Object
com.opensymphony.xwork.util.location.Located
com.opensymphony.xwork.config.entities.ResultTypeConfig
- All Implemented Interfaces:
- Locatable, Serializable
- public class ResultTypeConfig
- extends Located
- implements Serializable
Configuration class for result types.
In the xml configuration file this is defined as the result-type
tag.
- Author:
- Mike, Rainer Hermanns, Neo
- See Also:
- Serialized Form
Fields inherited from class com.opensymphony.xwork.util.location.Located |
location |
ResultTypeConfig
public ResultTypeConfig()
ResultTypeConfig
public ResultTypeConfig(String name,
String clazz,
String defaultResultParam)
getDefaultResultParam
public String getDefaultResultParam()
setDefaultResultParam
public void setDefaultResultParam(String defaultResultParam)
setClazz
public void setClazz(String clazz)
getClazz
public String getClazz()
setName
public void setName(String name)
getName
public String getName()
addParam
public void addParam(String key,
String value)
getParams
public Map getParams()
setParams
public void setParams(Map params)
equals
public boolean equals(Object o)
hashCode
public int hashCode()