Class ProcessReq

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

public class ProcessReq extends CMSServlet
Display Generic Request detail to the user.
Version:
$Revision$, $Date$
See Also:
  • Field Details

  • Constructor Details

    • ProcessReq

      public ProcessReq()
      Process request.
  • Method Details

    • init

      public void init(javax.servlet.ServletConfig sc) throws javax.servlet.ServletException
      Initialize the servlet. This servlet uses the template file "processReq.template" to process the response. The initialization parameter 'parser' is read from the servlet configuration, and is used to set the type of request.
      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
    • process

      public void process(CMSRequest cmsReq) throws EBaseException
      Process the HTTP request.
      • http.param seqNum
      • http.param doAssign reassign request. Value can be reassignToMe reassignToNobody
      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
    • addAuthorityName

      public void addAuthorityName(IArgBlock header) throws EBaseException
      Throws:
      EBaseException
    • addSigningAlgorithm

      public void addSigningAlgorithm(IArgBlock header) throws EBaseException
      Throws:
      EBaseException