Uses of Class
com.netscape.cms.servlet.common.CMSRequest
Packages that use CMSRequest
Package
Description
-
Uses of CMSRequest in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base that return CMSRequestModifier and TypeMethodDescriptionprotected CMSRequestCMSServlet.newCMSRequest()Create a new CMSRequest object.IndexServlet.newCMSRequest()Methods in com.netscape.cms.servlet.base with parameters of type CMSRequestModifier and TypeMethodDescriptionCMSServlet.authenticate(CMSRequest req) CMSServlet.authenticate(CMSRequest req, String authMgrName) protected voidCMSServlet.process(CMSRequest cmsRequest) process an HTTP request.voidDisplayHtmlServlet.process(CMSRequest cmsReq) Serves HTTP request.protected voidGetStats.process(CMSRequest cmsReq) Process the HTTP request.voidIndexServlet.process(CMSRequest cmsReq) Serves HTTP request.voidPortsServlet.process(CMSRequest cmsReq) Serves HTTP request.protected voidCMSServlet.renderException(CMSRequest cmsReq, EBaseException e) Output exception (unexpected error) template This is different from other templates in that if an exception occurs while rendering the exception a message is printed out directly.voidCMSServlet.renderFinalError(CMSRequest cmsReq, Exception ex) protected voidCMSServlet.renderResult(CMSRequest cmsReq) Output a template.protected voidPortsServlet.renderResult(CMSRequest cmsReq) protected voidCMSServlet.renderTemplate(CMSRequest cmsReq, String templateName, ICMSTemplateFiller filler) -
Uses of CMSRequest in com.netscape.cms.servlet.cert
Methods in com.netscape.cms.servlet.cert that return CMSRequestModifier and TypeMethodDescriptionprotected CMSRequestDisableEnrollResult.newCMSRequest()protected CMSRequestDisplayHashUserEnroll.newCMSRequest()protected CMSRequestEnableEnrollResult.newCMSRequest()Methods in com.netscape.cms.servlet.cert with parameters of type CMSRequestModifier and TypeMethodDescriptionvoidCloneRedirect.process(CMSRequest cmsReq) Serves HTTP request.protected voidDirAuthServlet.process(CMSRequest cmsReq) Process the HTTP request.protected voidDisableEnrollResult.process(CMSRequest cmsReq) Services the requestprotected voidDisplayHashUserEnroll.process(CMSRequest cmsReq) Services the requestprotected voidEnableEnrollResult.process(CMSRequest cmsReq) Services the requestvoidRemoteAuthConfig.process(CMSRequest cmsReq) Serves HTTPS request. -
Uses of CMSRequest in com.netscape.cms.servlet.common
Methods in com.netscape.cms.servlet.common with parameters of type CMSRequestModifier and TypeMethodDescriptionGenErrorTemplateFiller.getTemplateParams(CMSRequest cmsReq, IAuthority authority, Locale locale, Exception e) fill error details and description if any.GenPendingTemplateFiller.getTemplateParams(CMSRequest cmsReq, IAuthority authority, Locale locale, Exception e) fill error details and description if any.GenRejectedTemplateFiller.getTemplateParams(CMSRequest cmsReq, IAuthority authority, Locale locale, Exception e) GenSuccessTemplateFiller.getTemplateParams(CMSRequest cmsReq, IAuthority authority, Locale locale, Exception e) fill error details and description if any.GenSvcPendingTemplateFiller.getTemplateParams(CMSRequest cmsReq, IAuthority authority, Locale locale, Exception e) fill error details and description if any.GenUnauthorizedTemplateFiller.getTemplateParams(CMSRequest cmsReq, IAuthority authority, Locale locale, Exception e) fill error details and description if any.GenUnexpectedErrorTemplateFiller.getTemplateParams(CMSRequest cmsReq, IAuthority authority, Locale locale, Exception e) fill error details and description if any.ICMSTemplateFiller.getTemplateParams(CMSRequest cmsReq, IAuthority mAuthority, Locale locale, Exception e) IndexTemplateFiller.getTemplateParams(CMSRequest cmsReq, IAuthority mAuthority, Locale locale, Exception e) -
Uses of CMSRequest in com.netscape.cms.servlet.csadmin
Methods in com.netscape.cms.servlet.csadmin with parameters of type CMSRequestModifier and TypeMethodDescriptionprotected voidCheckIdentity.process(CMSRequest cmsReq) Process the HTTP request.protected voidDownloadPKCS12.process(CMSRequest cmsReq) Process the HTTP request.protected voidGetConfigEntries.process(CMSRequest cmsReq) Process the HTTP request.protected voidGetCookie.process(CMSRequest cmsReq) Process the HTTP request.protected voidGetDomainXML.process(CMSRequest cmsReq) Process the HTTP request.protected voidGetStatus.process(CMSRequest cmsReq) Process the HTTP request.voidMainPageServlet.process(CMSRequest cmsReq) protected voidRegisterUser.process(CMSRequest cmsReq) Process the HTTP request.protected voidTokenAuthenticate.process(CMSRequest cmsReq) Process the HTTP request.protected voidUpdateDomainXML.process(CMSRequest cmsReq) Process the HTTP request.protected voidUpdateNumberRange.process(CMSRequest cmsReq) Process the HTTP request.protected voidGetCookie.processImpl(CMSRequest cmsReq) protected voidCheckIdentity.renderResult(CMSRequest cmsReq) protected voidDownloadPKCS12.renderResult(CMSRequest cmsReq) protected voidGetConfigEntries.renderResult(CMSRequest cmsReq) protected voidGetDomainXML.renderResult(CMSRequest cmsReq) protected voidGetStatus.renderResult(CMSRequest cmsReq) protected voidRegisterUser.renderResult(CMSRequest cmsReq) protected voidTokenAuthenticate.renderResult(CMSRequest cmsReq) protected voidUpdateDomainXML.renderResult(CMSRequest cmsReq) protected voidUpdateNumberRange.renderResult(CMSRequest cmsReq) protected voidDownloadPKCS12.renderTemplate(CMSRequest cmsReq, String templateName, ICMSTemplateFiller filler) protected voidGetDomainXML.renderTemplate(CMSRequest cmsReq, String templateName, ICMSTemplateFiller filler) protected voidRegisterUser.renderTemplate(CMSRequest cmsReq, String templateName, ICMSTemplateFiller filler) protected voidUpdateDomainXML.renderTemplate(CMSRequest cmsReq, String templateName, ICMSTemplateFiller filler) protected voidUpdateNumberRange.renderTemplate(CMSRequest cmsReq, String templateName, ICMSTemplateFiller filler) -
Uses of CMSRequest in com.netscape.cms.servlet.ocsp
Methods in com.netscape.cms.servlet.ocsp with parameters of type CMSRequestModifier and TypeMethodDescriptionprotected voidGetOCSPInfo.process(CMSRequest cmsReq) Process the HTTP request.protected voidOCSPServlet.process(CMSRequest cmsReq) Process the HTTP request. -
Uses of CMSRequest in com.netscape.cms.servlet.request
Methods in com.netscape.cms.servlet.request that return CMSRequestMethods in com.netscape.cms.servlet.request with parameters of type CMSRequestModifier and TypeMethodDescriptionvoidProcessReq.process(CMSRequest cmsReq) Process the HTTP request.voidQueryReq.process(CMSRequest cmsReq) Process the HTTP request.voidSearchReqs.process(CMSRequest cmsReq) Serves HTTP request.