org.apache.shale.dialog.scxml
Class SCXMLDialogManager

java.lang.Object
  extended by org.apache.shale.dialog.base.AbstractDialogContextManager
      extended by 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

Constructor Summary
SCXMLDialogManager()
           
 
Method Summary
 DialogContext create(javax.faces.context.FacesContext context, java.lang.String name)
          
 DialogContext create(javax.faces.context.FacesContext context, java.lang.String name, DialogContext parent)
          
 DialogContext get(java.lang.String id)
          
 void remove(DialogContext instance)
          
 
Methods inherited from class org.apache.shale.dialog.base.AbstractDialogContextManager
addDialogContextManagerListener, fireOnCreate, fireOnRemove, getDialogContextManagerListeners, removeDialogContextManagerListener, valueBound, valueUnbound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCXMLDialogManager

public SCXMLDialogManager()
Method Detail

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.