public final class SCXMLDialogManager extends AbstractDialogContextManager implements Serializable
Implementation of DialogContextManager
for integrating
Commons SCXML into the Shale Dialog Manager.
Constructor and Description |
---|
SCXMLDialogManager() |
Modifier and Type | Method and Description |
---|---|
DialogContext |
create(javax.faces.context.FacesContext context,
String name) |
DialogContext |
create(javax.faces.context.FacesContext context,
String name,
DialogContext parent) |
DialogContext |
get(String id) |
void |
remove(DialogContext instance) |
addDialogContextManagerListener, fireOnCreate, fireOnRemove, getDialogContextManagerListeners, removeDialogContextManagerListener, valueBound, valueUnbound
public DialogContext create(javax.faces.context.FacesContext context, String name)
create
in interface DialogContextManager
public DialogContext create(javax.faces.context.FacesContext context, String name, DialogContext parent)
create
in interface DialogContextManager
public DialogContext get(String id)
get
in interface DialogContextManager
public void remove(DialogContext instance)
remove
in interface DialogContextManager
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.