Class CmsEditMappingDialog

java.lang.Object
org.opencms.workplace.CmsWorkplace
org.opencms.workplace.tools.CmsToolDialog
org.opencms.workplace.CmsDialog
All Implemented Interfaces:
org.opencms.widgets.I_CmsWidgetDialog

Dialog to edit new or existing mapping in the administration view.

Since:
6.5.5
  • Constructor Details

    • CmsEditMappingDialog

      public CmsEditMappingDialog(org.opencms.jsp.CmsJspActionElement jsp)
      Public constructor with JSP action element.

      Parameters:
      jsp - the jsp action element
    • CmsEditMappingDialog

      public CmsEditMappingDialog(javax.servlet.jsp.PageContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
      Public constructor with JSP variables.

      Parameters:
      context - the JSP page context
      req - the JSP request
      res - the JSP response
  • Method Details

    • createDialogHtml

      protected String createDialogHtml(String dialog)
      Creates the dialog HTML for all defined widgets of the named dialog (page).

      This overwrites the method from the super class to create a layout variation for the widgets.

      Overrides:
      createDialogHtml in class CmsWidgetDialog
      Parameters:
      dialog - the dialog (page) to get the HTML for
      Returns:
      the dialog HTML for all defined widgets of the named dialog (page)
    • defineWidgets

      protected void defineWidgets()
      Creates the list of widgets for this dialog.

      Overrides:
      defineWidgets in class A_CmsMappingDialog
      See Also:
    • setType

      public void setType(String type)
      Sets the mapping type of the mapping.

      Parameters:
      type - String value of the mapping type
    • getType

      public String getType()
      Returns the String value of the mapping type.

      Returns:
      String value of the mapping type