com.sapportals.admin.wizardframework.util
Class WizardSession

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--com.sapportals.util.session.util.StoreableMap
              |
              +--com.sapportals.util.session.StatelessComponentSession
                    |
                    +--com.sapportals.admin.wizardframework.util.WizardSession
All Implemented Interfaces:
com.sapportals.util.session.api.IStoreable, java.util.Map

public class WizardSession
extends com.sapportals.util.session.StatelessComponentSession


Inner classes inherited from class com.sapportals.util.session.util.StoreableMap
com.sapportals.util.session.util.StoreableMap.StoreableMapEntry, com.sapportals.util.session.util.StoreableMap.StoreableMapIterator, com.sapportals.util.session.util.StoreableMap.StoreableMapSet
 
Inner classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
static java.lang.String KEY
           
static java.lang.String PATH_SEPERATOR
           
static java.lang.String WIZARD_PARAMETERS
           
 
Fields inherited from class com.sapportals.util.session.StatelessComponentSession
FIELD_NAME
 
Fields inherited from interface com.sapportals.util.session.api.IStoreable
EAGER_INSTANTIATION, LAZY_INSTANTIATION
 
Constructor Summary
WizardSession()
           
 
Method Summary
 com.sapportals.util.session.util.StoreableMap getSubtreeAsMap(java.lang.String subtreeRoot)
           
 java.util.Map getWizardParameters()
           
 void removeSubtree(java.lang.String subtreeRoot)
          this function will remove the branch under , i.e. all objects under keys and .* from the session.
 
Methods inherited from class com.sapportals.util.session.StatelessComponentSession
restore, store, storeInForm, storeInHiddenField
 
Methods inherited from class com.sapportals.util.session.util.StoreableMap
clear, clearTemporaryObjects, destroy, entrySet, get, keySet, main, put, put, put, remove
 
Methods inherited from class java.util.AbstractMap
containsKey, containsValue, equals, hashCode, isEmpty, putAll, size, toString, values
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

KEY

public static final java.lang.String KEY

PATH_SEPERATOR

public static final java.lang.String PATH_SEPERATOR

WIZARD_PARAMETERS

public static final java.lang.String WIZARD_PARAMETERS
Constructor Detail

WizardSession

public WizardSession()
Method Detail

removeSubtree

public void removeSubtree(java.lang.String subtreeRoot)
this function will remove the branch under , i.e. all objects under keys and .* from the session.

getSubtreeAsMap

public com.sapportals.util.session.util.StoreableMap getSubtreeAsMap(java.lang.String subtreeRoot)

getWizardParameters

public java.util.Map getWizardParameters()