info.magnolia.module.admininterface.dialogs
Class ParagraphEditDialog
java.lang.Object
info.magnolia.cms.servlets.MVCServletHandlerImpl
info.magnolia.module.admininterface.DialogMVCHandler
info.magnolia.module.admininterface.dialogs.ConfiguredDialog
info.magnolia.module.admininterface.dialogs.ParagraphEditDialog
- All Implemented Interfaces:
- info.magnolia.cms.servlets.MVCServletHandler
public class ParagraphEditDialog
- extends ConfiguredDialog
This dialog hander delegates to a dialog handler representing the dialog assigned to the paragraph we edit (or create).
- Author:
- philipp
Fields inherited from class info.magnolia.module.admininterface.DialogMVCHandler |
COMMAND_SAVE, COMMAND_SELECT_PARAGRAPH, COMMAND_SHOW_DIALOG, form, hm, locale, msgs, nodeName, params, path, repository, richE, richEPaste, storageNode, treeBasePath, VIEW_CLOSE_WINDOW, VIEW_SHOW_DIALOG |
Fields inherited from class info.magnolia.cms.servlets.MVCServletHandlerImpl |
exception, request, response, VIEW_ERROR, VIEW_SUCCESS |
Fields inherited from interface info.magnolia.cms.servlets.MVCServletHandler |
VIEW_NOTHING |
Constructor Summary |
ParagraphEditDialog(String name,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
info.magnolia.cms.core.Content configNode)
|
Methods inherited from class info.magnolia.module.admininterface.DialogMVCHandler |
configureDialog, configureSaveHandler, createDialog, createSaveHandler, getDialog, getItemType, getJsExecutedAfterSaving, getRepository, getSaveHandler, getStorageNode, onPostSave, onPreSave, onSave, onSaveFailed, removeSessionAttributes, save, setDialog, setItemType, setJsExecutedAfterSaving, showDialog, validate |
Methods inherited from class info.magnolia.cms.servlets.MVCServletHandlerImpl |
getException, getExceptionStackTrace, getName, getRequest, getResponse, init, populateFromRequest, setCommand, setRequest, setResponse |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParagraphEditDialog
public ParagraphEditDialog(String name,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
info.magnolia.cms.core.Content configNode)
getCommand
public String getCommand()
- Specified by:
getCommand
in interface info.magnolia.cms.servlets.MVCServletHandler
- Overrides:
getCommand
in class DialogMVCHandler
execute
public String execute(String command)
- Specified by:
execute
in interface info.magnolia.cms.servlets.MVCServletHandler
- Overrides:
execute
in class info.magnolia.cms.servlets.MVCServletHandlerImpl
renderHtml
public void renderHtml(String view)
throws IOException
- Specified by:
renderHtml
in interface info.magnolia.cms.servlets.MVCServletHandler
- Overrides:
renderHtml
in class DialogMVCHandler
- Throws:
IOException
- See Also:
MVCServletHandler.renderHtml(java.lang.String)
Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.