com.netscape.cms.servlet.common
Class GenPendingTemplateFiller

java.lang.Object
  extended by 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: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Field Summary
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
GenPendingTemplateFiller()
           
 
Method Summary
static boolean doFullResponse(IArgBlock httpParams)
          handy routine to check if client want full enrollment response
 CMSTemplateParams getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)
          fill error details and description if any.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FULL_RESPONSE

public static java.lang.String FULL_RESPONSE
Constructor Detail

GenPendingTemplateFiller

public GenPendingTemplateFiller()
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 interface ICMSTemplateFiller
Parameters:
cmsReq - CMS Request
authority - this authority
locale - 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