Uses of Class
info.magnolia.module.admininterface.DialogMVCHandler

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, 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
           
 



Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.