Class CmsDeleteSearchIndexDialog

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

A CmsWidgetDialog that starts a (confirmed) delete dialog for a search index.

Since:
6.0.0
  • Constructor Details

    • CmsDeleteSearchIndexDialog

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

      Parameters:
      jsp - an initialized JSP action element
    • CmsDeleteSearchIndexDialog

      public CmsDeleteSearchIndexDialog(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

    • actionCommit

      public void actionCommit()
      Commits the edited search index to the search manager.

      Overrides:
      actionCommit in class A_CmsEditSearchIndexDialog
    • 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)