Package com.netscape.cms.servlet.common
Class GenPendingTemplateFiller
- java.lang.Object
-
- com.netscape.cms.servlet.common.GenPendingTemplateFiller
-
- All Implemented Interfaces:
ICMSTemplateFiller
public class GenPendingTemplateFiller extends java.lang.Object implements ICMSTemplateFiller
default Pending template filler- Version:
- $Revision$, $Date$
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FULL_RESPONSE
-
Fields 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 Constructor Description GenPendingTemplateFiller()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static boolean
doFullResponse(IArgBlock httpParams)
handy routine to check if client want full enrollment responseCMSTemplateParams
getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)
fill error details and description if any.
-
-
-
Method Detail
-
getTemplateParams
public CMSTemplateParams getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.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
public static boolean doFullResponse(IArgBlock httpParams)
handy routine to check if client want full enrollment response
-
-