Class CmsExplorerDialog


public class CmsExplorerDialog extends CmsDialog
Dialog for explorer views in the administration view.

Since:
6.0.0
  • Field Details

  • Constructor Details

    • CmsExplorerDialog

      Public constructor with JSP action element.

      Parameters:
      jsp - an initialized JSP action element
    • CmsExplorerDialog

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

    • displayTitle

      public void displayTitle() throws Exception
      Generates the html code for the title frame.

      Throws:
      Exception - if writing to the JSP out fails