org.apache.shale.dialog.basic
Class BasicDialogManager

java.lang.Object
  extended by org.apache.shale.dialog.base.AbstractDialogContextManager
      extended by org.apache.shale.dialog.basic.BasicDialogManager
All Implemented Interfaces:
Serializable, EventListener, HttpSessionBindingListener, org.apache.shale.dialog.DialogContextManager

public final class BasicDialogManager
extends org.apache.shale.dialog.base.AbstractDialogContextManager
implements Serializable

Implementation of DialogContextManager for integrating basic dialog support into the Shale Dialog Manager.

Since:
1.0.4
See Also:
Serialized Form

Constructor Summary
BasicDialogManager()
           
 
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, getActiveDialogContext, getDialogContextManagerListeners, removeDialogContextManagerListener, valueBound, valueUnbound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicDialogManager

public BasicDialogManager()
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.