com.netscape.cms.servlet.common
Class GenSvcPendingTemplateFiller

java.lang.Object
  extended by com.netscape.cms.servlet.common.GenSvcPendingTemplateFiller
All Implemented Interfaces:
ICMSTemplateFiller

public class GenSvcPendingTemplateFiller
extends java.lang.Object
implements ICMSTemplateFiller

default Service Pending template filler

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Field Summary
static java.lang.String REMOTE_AUTHORITY
           
 
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
GenSvcPendingTemplateFiller()
           
 
Method Summary
 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

REMOTE_AUTHORITY

public static final java.lang.String REMOTE_AUTHORITY
See Also:
Constant Field Values
Constructor Detail

GenSvcPendingTemplateFiller

public GenSvcPendingTemplateFiller()
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.