|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateNotFoundException | |
---|---|
com.gentics.api.portalnode.templateengine | Package for classes and interfaces of the Gentics® Template Engine. |
Uses of TemplateNotFoundException in com.gentics.api.portalnode.templateengine |
---|
Methods in com.gentics.api.portalnode.templateengine that throw TemplateNotFoundException | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |