|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DialogContextManager | |
|---|---|
| org.apache.shale.dialog | |
| org.apache.shale.dialog.base | |
| Uses of DialogContextManager in org.apache.shale.dialog |
|---|
| Methods in org.apache.shale.dialog that return DialogContextManager | |
|---|---|
static DialogContextManager |
DialogHelper.getDialogContextManager()
Return the DialogContextManager instance for the current
user, creating it first if necessary. |
DialogContextManager |
DialogContextManagerListener.getDialogContextManager()
Return the DialogContextManager instance associated with
this DialogContextManagerListener. |
static DialogContextManager |
DialogHelper.getDialogContextManager(javax.faces.context.FacesContext context)
Return the DialogContextManager instance for the current
user, creating it first if necessary. |
| Methods in org.apache.shale.dialog with parameters of type DialogContextManager | |
|---|---|
void |
DialogLifecycleListener.onDestroy(DialogContextManager manager)
Handle notification that the specified DialogContextManager
instance has been removed from service. |
void |
DialogLifecycleListener.onInit(DialogContextManager manager)
Handle notification that the specified DialogContextManager
instance has been placed into service. |
void |
DialogContextManagerListener.setDialogContextManager(DialogContextManager manager)
Set the DialogContextManager instance associated with
this DialogContextManagerListener. |
| Uses of DialogContextManager in org.apache.shale.dialog.base |
|---|
| Classes in org.apache.shale.dialog.base that implement DialogContextManager | |
|---|---|
class |
AbstractDialogContextManager
Abstract base class for DialogContextManager implementations. |
| Methods in org.apache.shale.dialog.base that return DialogContextManager | |
|---|---|
DialogContextManager |
AbstractDialogContextManagerListener.getDialogContextManager()
Return the |
| Methods in org.apache.shale.dialog.base with parameters of type DialogContextManager | |
|---|---|
void |
AbstractDialogLifecycleListener.onDestroy(DialogContextManager manager)
Handle notification that the specified |
void |
AbstractDialogLifecycleListener.onInit(DialogContextManager manager)
Handle notification that the specified |
void |
AbstractDialogContextManagerListener.setDialogContextManager(DialogContextManager instance)
Set the |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||