Uses of Class
com.netscape.cms.servlet.common.CMSTemplateParams
Packages that use CMSTemplateParams
Package
Description
-
Uses of CMSTemplateParams in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base with parameters of type CMSTemplateParamsModifier and TypeMethodDescriptionprotected void
CMSServlet.outputXML
(javax.servlet.http.HttpServletResponse httpResp, CMSTemplateParams params) void
GetStats.parse
(CMSTemplateParams argSet, StatsEvent st, int level) -
Uses of CMSTemplateParams in com.netscape.cms.servlet.common
Methods in com.netscape.cms.servlet.common that return CMSTemplateParamsModifier 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) Methods in com.netscape.cms.servlet.common with parameters of type CMSTemplateParamsModifier and TypeMethodDescriptionCMSTemplate.getOutput
(CMSTemplateParams input) for debugging, return contents that would've been outputed.void
CMSTemplate.renderOutput
(OutputStream rout, CMSTemplateParams input) Write a javascript representation of 'input' surrounded by SCRIPT tags to the outputstream -
Uses of CMSTemplateParams in com.netscape.cms.servlet.request
Methods in com.netscape.cms.servlet.request that return CMSTemplateParamsModifier and TypeMethodDescriptionprotected CMSTemplateParams
QueryReq.doSearch
(Locale l, String filter, int count, String direction, BigInteger top, BigInteger bottom) Perform search based on direction button pressedMethods in com.netscape.cms.servlet.request with parameters of type CMSTemplateParamsModifier and TypeMethodDescriptionvoid
IReqParser.fillRequestIntoArg
(Locale l, Request req, CMSTemplateParams argSet, IArgBlock arg) Maps request object into argument block.void
ReqParser.fillRequestIntoArg
(Locale l, Request req, CMSTemplateParams argSet, IArgBlock arg) Maps request object into argument block.