|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork.config.entities.ExceptionMappingConfig
public class ExceptionMappingConfig
User: Matthew E. Porter (matthew dot porter at metissian dot com) Date: Aug 9, 2005 Time: 3:51:50 PM
| Constructor Summary | |
|---|---|
ExceptionMappingConfig()
|
|
ExceptionMappingConfig(String name,
String exceptionClassName,
String result)
|
|
ExceptionMappingConfig(String name,
String exceptionClassName,
String result,
Map params)
|
|
| Method Summary | |
|---|---|
void |
addParam(String name,
Object value)
|
boolean |
equals(Object o)
|
String |
getExceptionClassName()
|
String |
getName()
|
Map |
getParams()
|
String |
getResult()
|
int |
hashCode()
|
void |
setExceptionClassName(String exceptionClassName)
|
void |
setName(String name)
|
void |
setResult(String result)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExceptionMappingConfig()
public ExceptionMappingConfig(String name,
String exceptionClassName,
String result)
public ExceptionMappingConfig(String name,
String exceptionClassName,
String result,
Map params)
| Method Detail |
|---|
public String getName()
public void setName(String name)
public String getExceptionClassName()
public void setExceptionClassName(String exceptionClassName)
public String getResult()
public void setResult(String result)
public Map getParams()
public void addParam(String name,
Object value)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
XWork Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||