|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.matthias_burbach.strux.UnNestActionInfo
A bean that is used to exchange data between
NestModuleAction
and UnNestModuleAction
.
Field Summary | |
private java.lang.String |
continueMode
The optional mode to be used after return to the nesting module. |
private java.lang.String |
continueModule
The module to forward to when the nested module returns. |
private java.lang.String |
continuePath
The continue path to forward to when the nested module returns. |
protected static java.lang.String |
KEY_PREFIX
The prefix of the key under which an instance of this class is stored. |
private java.lang.String |
nestedModule
The nested module which returns. |
Constructor Summary | |
UnNestActionInfo()
|
Method Summary | |
java.lang.String |
getContinueMode()
|
java.lang.String |
getContinueModule()
|
java.lang.String |
getContinuePath()
|
java.lang.String |
getNestedModule()
|
static java.lang.String |
getSessionKey(java.lang.String nestedModule)
|
void |
setContinueMode(java.lang.String continueMode)
|
void |
setContinueModule(java.lang.String continueModule)
|
void |
setContinuePath(java.lang.String continuePath)
|
void |
setNestedModule(java.lang.String nestedModule)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.lang.String KEY_PREFIX
private java.lang.String nestedModule
private java.lang.String continueModule
private java.lang.String continuePath
private java.lang.String continueMode
Constructor Detail |
public UnNestActionInfo()
Method Detail |
public static java.lang.String getSessionKey(java.lang.String nestedModule)
public java.lang.String getContinueModule()
public java.lang.String getContinuePath()
public java.lang.String getNestedModule()
public void setContinueModule(java.lang.String continueModule)
continueModule
- The continueModule to set.public void setContinuePath(java.lang.String continuePath)
continuePath
- The continuePath to set.public void setNestedModule(java.lang.String nestedModule)
nestedModule
- The nestedModule to set.public void setContinueMode(java.lang.String continueMode)
continueMode
- The continue mode to set.public java.lang.String getContinueMode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |