Package | Description |
---|---|
com.gentics.api.portalnode.templateengine |
Package for classes and interfaces of the Gentics® Template Engine.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
TemplateProcessor.getOutput(java.util.Map map)
Parses and renders the (portal-wide) template identified by a single classification map
|
java.lang.String |
TemplateProcessor.getOutput(java.util.Map[] maps)
Parses and renders the (portal-wide) template identified by an array of classification maps
|
java.lang.String |
TemplateProcessor.getOutput(java.util.Map[] maps,
GenticsPlugin plugin)
Parses the template source.
|
java.lang.String |
TemplateProcessor.getOutput(java.util.Map[] maps,
GenticsPortlet module)
Parses the template source.
|
java.lang.String |
TemplateProcessor.getOutput(java.util.Map map,
GenticsPlugin plugin)
Parses the template source.
|
java.lang.String |
TemplateProcessor.getOutput(java.util.Map map,
GenticsPortlet module)
Parses the template source.
|
java.lang.String |
TemplateProcessor.getOutput(java.lang.String templateId)
Parses and renders the (portal-wide) template identified by id
|
java.lang.String |
TemplateProcessor.getOutput(java.lang.String templateId,
GenticsPlugin plugin)
Parses the template source replacing variables with their actual values,
given by id, with the context The context constist of default objects
(i18n, formatters, ...) and the objects given via
TemplateProcessor.put(String, Object) |
java.lang.String |
TemplateProcessor.getOutput(java.lang.String templateId,
GenticsPortlet module)
Parses the template source replacing variables with their actual values,
given by id, with the context The context constist of default objects
(i18n, formatters, ...) and the objects given via
TemplateProcessor.put(String, Object) |
java.lang.String |
TemplateProcessor.getOutputForSource(java.lang.String templateSource)
Parse and render the template given by source
|
java.lang.String |
TemplateProcessor.getOutputForSource(java.lang.String templateSource,
GenticsPlugin plugin)
Parses the given template source
|
java.lang.String |
TemplateProcessor.getOutputForSource(java.lang.String templateSource,
GenticsPortlet portlet)
Parses the given template source
|
java.lang.String |
TemplateProcessor.getTemplate(java.util.Map map)
Get the template source for the (portal-wide) template identified by a classification map
|
java.lang.String |
TemplateProcessor.getTemplate(java.util.Map[] maps)
Get the template source for the (portal-wide) template identified by an array of classification maps
|
java.lang.String |
TemplateProcessor.getTemplate(java.util.Map[] maps,
GenticsPlugin plugin)
Get the template source, given by a map of parameters and implements a
fallback according the array exception TemplateNotFoundException
|
java.lang.String |
TemplateProcessor.getTemplate(java.util.Map[] maps,
GenticsPortlet module)
Get the template source, given by a map of parameters and implements a
fallback according the array exception TemplateNotFoundException
|
java.lang.String |
TemplateProcessor.getTemplate(java.util.Map map,
GenticsPlugin plugin)
Get the template source, given by hashmap exception
TemplateNotFoundException
|
java.lang.String |
TemplateProcessor.getTemplate(java.util.Map map,
GenticsPortlet module)
Get the template source, given by hashmap exception
TemplateNotFoundException
|
java.lang.String |
TemplateProcessor.getTemplate(java.lang.String templateId)
Get the template source for the (portal-wide) template identified by id
|
java.lang.String |
TemplateProcessor.getTemplate(java.lang.String templateId,
GenticsPlugin plugin)
Get the template source, given by id exception TemplateNotFoundException
|
java.lang.String |
TemplateProcessor.getTemplate(java.lang.String templateId,
GenticsPortlet module)
Get the template source, given by id exception TemplateNotFoundException
|
Copyright © 2018 Gentics Software. All Rights Reserved.