|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DialogMVCHandler | |
---|---|
info.magnolia.module.admininterface | |
info.magnolia.module.admininterface.dialogs |
Uses of DialogMVCHandler in info.magnolia.module.admininterface |
---|
Methods in info.magnolia.module.admininterface that return DialogMVCHandler | |
---|---|
DialogMVCHandler |
DialogHandlerManager.getDialogHandler(String name,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected DialogMVCHandler |
DialogHandlerManager.instantiateHandler(String name,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object[] handlerConfig)
|
Method parameters in info.magnolia.module.admininterface with type arguments of type DialogMVCHandler | |
---|---|
protected void |
DialogHandlerManager.registerDialogHandler(String name,
Class<? extends DialogMVCHandler> dialogHandler,
info.magnolia.cms.core.Content configNode)
|
Uses of DialogMVCHandler in info.magnolia.module.admininterface.dialogs |
---|
Subclasses of DialogMVCHandler in info.magnolia.module.admininterface.dialogs | |
---|---|
class |
ConfiguredDialog
|
class |
GroupEditDialog
|
class |
ParagraphEditDialog
This dialog hander delegates to a dialog handler representing the dialog assigned to the paragraph we edit (or create). |
static class |
ParagraphEditDialog.NoDialogMVCHandler
|
class |
ParagraphSelectDialog
If there are more than one paragraph available you have first to choose one. |
class |
RolesEditDialog
|
class |
UserEditDialog
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |