Package com.netscape.cms.servlet.common
Class GenPendingTemplateFiller
java.lang.Object
com.netscape.cms.servlet.common.GenPendingTemplateFiller
- All Implemented Interfaces:
ICMSTemplateFiller
default Pending template filler
- Version:
- $Revision$, $Date$
-
Field Summary
FieldsFields inherited from interface com.netscape.cms.servlet.common.ICMSTemplateFiller
AUTHORITY, ERROR, ERROR_DESCR, EXCEPTION, HOST, KEYREC_ID, PORT, REQUEST_ID, REQUEST_STATUS, SCHEME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
doFullResponse
(IArgBlock httpParams) handy routine to check if client want full enrollment responsegetTemplateParams
(CMSRequest cmsReq, IAuthority authority, Locale locale, Exception e) fill error details and description if any.
-
Field Details
-
logger
public static org.slf4j.Logger logger -
FULL_RESPONSE
-
-
Constructor Details
-
GenPendingTemplateFiller
public GenPendingTemplateFiller()
-
-
Method Details
-
getTemplateParams
public CMSTemplateParams getTemplateParams(CMSRequest cmsReq, IAuthority authority, Locale locale, Exception e) fill error details and description if any.- Specified by:
getTemplateParams
in interfaceICMSTemplateFiller
- Parameters:
cmsReq
- CMS Requestauthority
- this authoritylocale
- locale of template.e
- unexpected exception e. ignored.
-
doFullResponse
handy routine to check if client want full enrollment response
-