|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HtmlTemplate in fr.paris.lutece.portal.service.includes |
---|
Methods in fr.paris.lutece.portal.service.includes with parameters of type HtmlTemplate | |
---|---|
void |
PageInclude.fillTemplate(HtmlTemplate template,
PageData data,
int nMode,
javax.servlet.http.HttpServletRequest request)
Substitue specific bookmarks in the page template. |
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 |
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.includes |
---|
Methods in fr.paris.lutece.portal.web.includes with parameters of type HtmlTemplate | |
---|---|
void |
ThemesInclude.fillTemplate(HtmlTemplate template,
PageData data,
int nMode,
javax.servlet.http.HttpServletRequest request)
Substitue specific bookmarks in the page template. |
void |
StatisticsInclude.fillTemplate(HtmlTemplate template,
PageData data,
int nMode,
javax.servlet.http.HttpServletRequest request)
Substitue specific bookmarks in the page template. |
void |
MetasInclude.fillTemplate(HtmlTemplate template,
PageData data,
int nMode,
javax.servlet.http.HttpServletRequest request)
Substitue specific bookmarks in the page template. |
void |
LinksInclude.fillTemplate(HtmlTemplate template,
PageData data,
int nMode,
javax.servlet.http.HttpServletRequest request)
Substitue specific bookmarks in the page template. |
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 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 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 |