|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.netscape.cms.servlet.base.CMSServlet
com.netscape.cms.servlet.request.CheckRequest
public class CheckRequest
Check the status of a certificate request
| Field Summary | |
|---|---|
static java.lang.String |
FULL_RESPONSE
|
| Constructor Summary | |
|---|---|
CheckRequest()
Constructs request query servlet. |
|
| Method Summary | |
|---|---|
void |
init(javax.servlet.ServletConfig sc)
initialize the servlet. |
CMSRequest |
newCMSRequest()
Create a new CMSRequest object. |
void |
process(CMSRequest cmsReq)
Process the HTTP request. |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String FULL_RESPONSE
| Constructor Detail |
|---|
public CheckRequest()
throws EBaseException
EBaseException| Method Detail |
|---|
public CMSRequest newCMSRequest()
CMSServlet
newCMSRequest in class CMSServlet
public void init(javax.servlet.ServletConfig sc)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class CMSServletsc - servlet configuration, read from the web.xml file
javax.servlet.ServletException
public void process(CMSRequest cmsReq)
throws EBaseException
process in class CMSServletcmsReq - the object holding the request and response information
EBaseException - if the servlet was unable to satisfactorily
process the request
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||