Uses of Class
com.gentics.api.portalnode.templateengine.TemplateNotFoundException

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
 String TemplateProcessor.getOutput(Map map)
          Parses and renders the (portal-wide) template identified by a single classification map
 String TemplateProcessor.getOutput(Map[] maps)
          Parses and renders the (portal-wide) template identified by an array of classification maps
 String TemplateProcessor.getOutput(Map[] maps, GenticsPlugin plugin)
          Parses the template source.
 String TemplateProcessor.getOutput(Map[] maps, GenticsPortlet module)
          Parses the template source.
 String TemplateProcessor.getOutput(Map map, GenticsPlugin plugin)
          Parses the template source.
 String TemplateProcessor.getOutput(Map map, GenticsPortlet module)
          Parses the template source.
 String TemplateProcessor.getOutput(String templateId)
          Parses and renders the (portal-wide) template identified by id
 String TemplateProcessor.getOutput(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)
 String TemplateProcessor.getOutput(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)
 String TemplateProcessor.getOutputForSource(String templateSource)
          Parse and render the template given by source
 String TemplateProcessor.getOutputForSource(String templateSource, GenticsPlugin plugin)
          Parses the given template source
 String TemplateProcessor.getOutputForSource(String templateSource, GenticsPortlet portlet)
          Parses the given template source
 String TemplateProcessor.getTemplate(Map map)
          Get the template source for the (portal-wide) template identified by a classification map
 String TemplateProcessor.getTemplate(Map[] maps)
          Get the template source for the (portal-wide) template identified by an array of classification maps
 String TemplateProcessor.getTemplate(Map[] maps, GenticsPlugin plugin)
          Get the template source, given by a map of parameters and implements a fallback according the array exception TemplateNotFoundException
 String TemplateProcessor.getTemplate(Map[] maps, GenticsPortlet module)
          Get the template source, given by a map of parameters and implements a fallback according the array exception TemplateNotFoundException
 String TemplateProcessor.getTemplate(Map map, GenticsPlugin plugin)
          Get the template source, given by hashmap exception TemplateNotFoundException
 String TemplateProcessor.getTemplate(Map map, GenticsPortlet module)
          Get the template source, given by hashmap exception TemplateNotFoundException
 String TemplateProcessor.getTemplate(String templateId)
          Get the template source for the (portal-wide) template identified by id
 String TemplateProcessor.getTemplate(String templateId, GenticsPlugin plugin)
          Get the template source, given by id exception TemplateNotFoundException
 String TemplateProcessor.getTemplate(String templateId, GenticsPortlet module)
          Get the template source, given by id exception TemplateNotFoundException
 



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.