Class GetEnableStatus

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class GetEnableStatus
    extends CMSServlet
    Servlet to get the enrollment status, enable or disable.
    Version:
    $Revision$, $Date$
    See Also:
    Serialized Form
    • Constructor Detail

      • GetEnableStatus

        public GetEnableStatus()
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig sc)
                  throws javax.servlet.ServletException
        initialize the servlet.
        Specified by:
        init in interface javax.servlet.Servlet
        Overrides:
        init in class CMSServlet
        Parameters:
        sc - servlet configuration, read from the web.xml file
        Throws:
        javax.servlet.ServletException
      • newCMSRequest

        protected CMSRequest newCMSRequest()
        Description copied from class: CMSServlet
        Create a new CMSRequest object. This should be overriden by servlets implementing different types of request
        Overrides:
        newCMSRequest in class CMSServlet
        Returns:
        a new CMSRequest object
      • process

        protected void process​(CMSRequest cmsReq)
                        throws EBaseException
        Process the HTTP request.
        • http.param
        Overrides:
        process in class CMSServlet
        Parameters:
        cmsReq - the object holding the request and response information
        Throws:
        EBaseException - if the servlet was unable to satisfactorily process the request