|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.config.ExceptionConfig
jp.terasoluna.fw.web.struts.action.ExceptionConfigEx
public class ExceptionConfigEx
Mapping information class of system exception.
This class inherits ExceptionConfig and adds "module name" and "Log level" fields.
ExceptionConfig
,
SystemExceptionHandler
,
Serialized FormField Summary | |
---|---|
private java.lang.String |
logLevel
Log level. |
private java.lang.String |
module
Module name. |
private static long |
serialVersionUID
Serial version ID. |
Fields inherited from class org.apache.struts.config.ExceptionConfig |
---|
bundle, configured, handler, key, path, scope, type |
Constructor Summary | |
---|---|
ExceptionConfigEx()
|
Method Summary | |
---|---|
java.lang.String |
getLogLevel()
Fetches log level. |
java.lang.String |
getModule()
Fetches module name. |
void |
setLogLevel(java.lang.String logLevel)
Sets log level. |
void |
setModule(java.lang.String module)
Sets module name. |
Methods inherited from class org.apache.struts.config.ExceptionConfig |
---|
freeze, getBundle, getHandler, getKey, getPath, getScope, getType, setBundle, setHandler, setKey, setPath, setScope, setType, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private java.lang.String module
private java.lang.String logLevel
Constructor Detail |
---|
public ExceptionConfigEx()
Method Detail |
---|
public java.lang.String getModule()
public void setModule(java.lang.String module)
module
- Module namepublic java.lang.String getLogLevel()
public void setLogLevel(java.lang.String logLevel)
logLevel
- Log level to be set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |