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:
Serializable, EventListener, HttpSessionBindingListener, org.apache.shale.dialog.DialogContextManager

public final class SCXMLDialogManager
extends org.apache.shale.dialog.base.AbstractDialogContextManager
implements 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
 org.apache.shale.dialog.DialogContext create(javax.faces.context.FacesContext context, String name)
          
 org.apache.shale.dialog.DialogContext create(javax.faces.context.FacesContext context, String name, org.apache.shale.dialog.DialogContext parent)
          
 org.apache.shale.dialog.DialogContext get(String id)
          
 void remove(org.apache.shale.dialog.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 org.apache.shale.dialog.DialogContext create(javax.faces.context.FacesContext context,
                                                    String name)

Specified by:
create in interface org.apache.shale.dialog.DialogContextManager

create

public org.apache.shale.dialog.DialogContext create(javax.faces.context.FacesContext context,
                                                    String name,
                                                    org.apache.shale.dialog.DialogContext parent)

Specified by:
create in interface org.apache.shale.dialog.DialogContextManager

get

public org.apache.shale.dialog.DialogContext get(String id)

Specified by:
get in interface org.apache.shale.dialog.DialogContextManager

remove

public void remove(org.apache.shale.dialog.DialogContext instance)

Specified by:
remove in interface org.apache.shale.dialog.DialogContextManager


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.