de.matthias_burbach.strux
Class UnNestActionInfo

java.lang.Object
  extended byde.matthias_burbach.strux.UnNestActionInfo

public class UnNestActionInfo
extends java.lang.Object

A bean that is used to exchange data between NestModuleAction and UnNestModuleAction.

Author:
Matthias Burbach

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

KEY_PREFIX

protected static final java.lang.String KEY_PREFIX
The prefix of the key under which an instance of this class is stored.

See Also:
Constant Field Values

nestedModule

private java.lang.String nestedModule
The nested module which returns.


continueModule

private java.lang.String continueModule
The module to forward to when the nested module returns.


continuePath

private java.lang.String continuePath
The continue path to forward to when the nested module returns.


continueMode

private java.lang.String continueMode
The optional mode to be used after return to the nesting module.

Constructor Detail

UnNestActionInfo

public UnNestActionInfo()
Method Detail

getSessionKey

public static java.lang.String getSessionKey(java.lang.String nestedModule)

getContinueModule

public java.lang.String getContinueModule()
Returns:
The continueModule.

getContinuePath

public java.lang.String getContinuePath()
Returns:
The continuePath.

getNestedModule

public java.lang.String getNestedModule()
Returns:
The nestedModule.

setContinueModule

public void setContinueModule(java.lang.String continueModule)
Parameters:
continueModule - The continueModule to set.

setContinuePath

public void setContinuePath(java.lang.String continuePath)
Parameters:
continuePath - The continuePath to set.

setNestedModule

public void setNestedModule(java.lang.String nestedModule)
Parameters:
nestedModule - The nestedModule to set.

setContinueMode

public void setContinueMode(java.lang.String continueMode)
Parameters:
continueMode - The continue mode to set.

getContinueMode

public java.lang.String getContinueMode()
Returns:
The continue mode.