org.apache.shale.dialog.scxml
Class SCXMLDialogManager
java.lang.Object
org.apache.shale.dialog.base.AbstractDialogContextManager
org.apache.shale.dialog.scxml.SCXMLDialogManager
- All Implemented Interfaces:
- java.io.Serializable, java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DialogContextManager
public final class SCXMLDialogManager
- extends AbstractDialogContextManager
- implements java.io.Serializable
Implementation of DialogContextManager
for integrating
Commons SCXML into the Shale Dialog Manager.
- Since:
- 1.0.4
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCXMLDialogManager
public SCXMLDialogManager()
create
public DialogContext create(javax.faces.context.FacesContext context,
java.lang.String name)
-
- Specified by:
create
in interface DialogContextManager
create
public DialogContext create(javax.faces.context.FacesContext context,
java.lang.String name,
DialogContext parent)
-
- Specified by:
create
in interface DialogContextManager
get
public DialogContext get(java.lang.String id)
-
- Specified by:
get
in interface DialogContextManager
remove
public void remove(DialogContext instance)
-
- Specified by:
remove
in interface DialogContextManager
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.