Class PortsServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.netscape.cms.servlet.base.CMSServlet
com.netscape.cms.servlet.base.PortsServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public class PortsServlet extends CMSServlet
This servlet returns port information.
Version:
$Revision$, $Date$
See Also:
  • Field Details

    • logger

      public static org.slf4j.Logger logger
  • Constructor Details

    • PortsServlet

      public PortsServlet()
  • Method Details

    • init

      public void init(jakarta.servlet.ServletConfig sc) throws jakarta.servlet.ServletException
      Specified by:
      init in interface jakarta.servlet.Servlet
      Overrides:
      init in class CMSServlet
      Throws:
      jakarta.servlet.ServletException
    • process

      public void process(CMSRequest cmsReq) throws EBaseException
      Serves HTTP request.
      Overrides:
      process in class CMSServlet
      Throws:
      EBaseException - if the servlet was unable to satisfactorily process the request
    • renderResult

      protected void renderResult(CMSRequest cmsReq) throws IOException
      Description copied from class: CMSServlet
      Output a template. If an error occurs while outputing the template the exception template is used to display the error.
      Overrides:
      renderResult in class CMSServlet
      Parameters:
      cmsReq - the CS request
      Throws:
      IOException