|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HtmlTemplate | |
---|---|
fr.paris.lutece.portal.service.template | |
fr.paris.lutece.portal.web.portlet | |
fr.paris.lutece.util.html |
Uses of HtmlTemplate in fr.paris.lutece.portal.service.template |
---|
Methods in fr.paris.lutece.portal.service.template that return HtmlTemplate | |
---|---|
static HtmlTemplate |
AppTemplateService.getTemplate(java.lang.String strTemplate)
Returns a reference on a template object (load the template or get it from the cache if present.) |
static HtmlTemplate |
AppTemplateService.getTemplate(java.lang.String strTemplate,
java.util.Locale locale)
Returns a reference on a template object (load the template or get it from the cache if present.) |
static HtmlTemplate |
AppTemplateService.getTemplate(java.lang.String strTemplate,
java.util.Locale locale,
java.lang.Object model)
Returns a reference on a template object (load the template or get it from the cache if present.) |
static HtmlTemplate |
AppTemplateService.getTemplate(java.lang.String strTemplate,
java.lang.String strPath)
Returns a reference on a template object (load the template or get it from the cache if present.) |
static HtmlTemplate |
AppTemplateService.getTemplate(java.lang.String strTemplate,
java.lang.String strPath,
java.util.Locale locale,
java.lang.Object model)
Returns a reference on a template object (load the template or get it from the cache if present.) |
static HtmlTemplate |
AppTemplateService.getTemplateFromStringFtl(java.lang.String strFreemarkerTemplateData,
java.util.Locale locale,
java.lang.Object model)
Returns a reference on a template object (load the template or get it from the cache if present.) |
static HtmlTemplate |
FreeMarkerTemplateService.loadTemplate(java.lang.String strTemplateData,
java.util.Locale locale,
java.lang.Object rootMap)
Load a template from a String and process a model WARNING : This method must not be used in front office (no cache management available). |
static HtmlTemplate |
FreeMarkerTemplateService.loadTemplate(java.lang.String strPath,
java.lang.String strTemplate)
Load a template |
static HtmlTemplate |
FreeMarkerTemplateService.loadTemplate(java.lang.String strPath,
java.lang.String strTemplate,
java.util.Locale locale,
java.lang.Object rootMap)
Load a template and process a model |
Uses of HtmlTemplate in fr.paris.lutece.portal.web.portlet |
---|
Methods in fr.paris.lutece.portal.web.portlet that return HtmlTemplate | |
---|---|
protected HtmlTemplate |
PortletJspBean.getCreateTemplate(java.lang.String strPageId,
java.lang.String strPortletTypeId)
Fills templates with common values shared by portlet creation form |
protected HtmlTemplate |
PortletJspBean.getCreateTemplate(java.lang.String strPageId,
java.lang.String strPortletTypeId,
java.util.Map<java.lang.String,java.lang.Object> model)
Fills templates with common values shared by portlet creation form |
protected HtmlTemplate |
PortletJspBean.getModifyTemplate(Portlet portlet)
Fills update template with portlet values |
protected HtmlTemplate |
PortletJspBean.getModifyTemplate(Portlet portlet,
java.util.Map<java.lang.String,java.lang.Object> model)
Fills update template with portlet values |
Uses of HtmlTemplate in fr.paris.lutece.util.html |
---|
Constructors in fr.paris.lutece.util.html with parameters of type HtmlTemplate | |
---|---|
HtmlTemplate(HtmlTemplate template)
Constructor 3 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |