Class CmsSearchIndexSourceAssignResourcesWidget

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

Widget dialog to add or remove resources (folders) to / from the request parameter given CmsSearchIndexSource ("indexsource").

Since:
6.0.0
  • Constructor Details

    • CmsSearchIndexSourceAssignResourcesWidget

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

      Parameters:
      jsp - an initialized JSP action element
    • CmsSearchIndexSourceAssignResourcesWidget

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