Class ProfileProcessServlet

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

    public class ProfileProcessServlet
    extends ProfileServlet
    This servlet approves profile-based request.
    Version:
    $Revision$, $Date$
    See Also:
    Serialized Form
    • Constructor Detail

      • ProfileProcessServlet

        public ProfileProcessServlet()
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig sc)
                  throws javax.servlet.ServletException
        Description copied from class: ProfileServlet
        initialize the servlet. Servlets implementing this method must specify the template to use as a parameter called "templatePath" in the servletConfig
        Specified by:
        init in interface javax.servlet.Servlet
        Overrides:
        init in class ProfileServlet
        Parameters:
        sc - servlet configuration, read from the web.xml file
        Throws:
        javax.servlet.ServletException
      • process

        public void process​(CMSRequest cmsReq)
                     throws EBaseException
        Description copied from class: CMSServlet
        process an HTTP request. Servlets must override this with their own implementation
        Overrides:
        process in class CMSServlet
        Throws:
        EBaseException - if the servlet was unable to satisfactorily process the request