Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.ui.wizard
Class WizardSession

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by org.nuxeo.ecm.webengine.ui.wizard.WizardSession
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class WizardSession
extends HashMap<String,Object>

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
WizardSession(String wizardId, WizardPage[] pages)
           
 
Method Summary
<T extends Form>
T
getForm(Class<T> formType)
           
 String getId()
           
 WizardPage getPage()
           
 WizardPage getPage(String id)
           
 String getPageAt(int index)
           
 int getPageCount()
           
 WizardPage popPage()
           
 WizardPage pushPage(String pageId)
           
 ValidationException removeError()
           
 void setError(ValidationException e)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

WizardSession

public WizardSession(String wizardId,
                     WizardPage[] pages)
Method Detail

pushPage

public WizardPage pushPage(String pageId)

popPage

public WizardPage popPage()

getPageCount

public int getPageCount()

getPage

public WizardPage getPage()

getPage

public WizardPage getPage(String id)

getPageAt

public String getPageAt(int index)

getId

public String getId()

setError

public void setError(ValidationException e)

removeError

public ValidationException removeError()

getForm

public <T extends Form> T getForm(Class<T> formType)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.