Class CmsEditFieldConfigurationDialog

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_CmsFieldConfigurationDialog
org.opencms.workplace.tools.searchindex.CmsEditFieldConfigurationDialog
All Implemented Interfaces:
org.opencms.widgets.I_CmsWidgetDialog

Dialog to edit new or existing search indexsource in the administration view.

Since:
6.5.5
  • Constructor Details

    • CmsEditFieldConfigurationDialog

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

      Parameters:
      jsp - the jsp action element
    • CmsEditFieldConfigurationDialog

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