com.opensymphony.xwork2.config.entities
Class ResultConfig
java.lang.Object
com.opensymphony.xwork2.util.location.Located
com.opensymphony.xwork2.config.entities.ResultConfig
- All Implemented Interfaces:
- Locatable, Serializable
public class ResultConfig
- extends Located
- implements Serializable
Configuration for Result.
In the xml configuration file this is defined as the result
tag.
- Author:
- Mike
- See Also:
- Serialized Form
Fields inherited from class com.opensymphony.xwork2.util.location.Located |
location |
params
private Map<String,String> params
className
private String className
name
private String name
ResultConfig
protected ResultConfig(String name,
String className)
ResultConfig
protected ResultConfig(ResultConfig orig)
getClassName
public String getClassName()
getName
public String getName()
getParams
public Map<String,String> getParams()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.