Uses of Class
org.melati.template.TemplateEngineException

Packages that use TemplateEngineException
org.melati.template Using Templates to render Objects to output formats. 
org.melati.template.velocity Enables Velocity to be used as the Melati template engine. 
org.melati.template.webmacro Enables WebMacro to be used as the Melati template engine. 
 

Uses of TemplateEngineException in org.melati.template
 

Methods in org.melati.template that throw TemplateEngineException
 String NoTemplateEngine.expandedTemplate(Template melatiTemplate, TemplateContext templateContext)
          Expand the Template against the context.
 void NoTemplateEngine.expandTemplate(MelatiWriter out, String templateName, TemplateContext templateContext)
          Expand the Template against the context.
 void NoTemplateEngine.expandTemplate(MelatiWriter out, Template melatiTemplate, TemplateContext templateContext)
          Expand the Template against the context.
 ServletTemplateContext ServletTemplateEngine.getServletTemplateContext(Melati melati)
          Get the generic parameters for this engine.
 ServletTemplateContext NoTemplateEngine.getServletTemplateContext(Melati melati)
          Throw exception.
 TemplateContext TemplateEngine.getTemplateContext(Melati melati)
          Create a new Context for this engine.
 TemplateContext NoTemplateEngine.getTemplateContext(Melati melati)
          Throw exception.
 void TemplateEngine.init(MelatiConfig melatiConfig)
          Initialise the Engine.
 void ServletTemplateEngine.init(MelatiConfig melatiConfig, javax.servlet.http.HttpServlet servlet)
          Construct a new Engine for use in a servlet environment.
 void NoTemplateEngine.init(MelatiConfig melatiConfig, javax.servlet.http.HttpServlet servlet)
          Construct a new Engine for use in a servlet environment.
 String AbstractMarkupLanguage.input(Field field)
          Get an input widget for this Field.
 String MarkupLanguage.input(Field field)
          Get an input widget for this Field.
 String AbstractMarkupLanguage.inputAs(Field field, String templetName)
          Get an input widget for this Field defined by name.
 String MarkupLanguage.inputAs(Field field, String templetName)
          Get an input widget for this Field defined by name.
 String AbstractMarkupLanguage.rendered(Field field, int style)
          Render a Field Object in a MarkupLanguage specific way, returning a String.
 String MarkupLanguage.rendered(Field field, int style)
          Render a Field Object in a MarkupLanguage specific way, returning a String.
 String AbstractMarkupLanguage.rendered(Field field, int style, int limit)
          Render a Field Object in a MarkupLanguage specific way, returning a String.
 String MarkupLanguage.rendered(Field field, int style, int limit)
          Render a Field Object in a MarkupLanguage specific way, returning a String.
 String AbstractMarkupLanguage.searchInput(Field field, String nullValue)
          Get an input widget for this Field specifying the null value.
 String MarkupLanguage.searchInput(Field field, String nullValue)
          Get an input widget for this Field specifying the null value.
 Template ClassNameTempletLoader.templet(TemplateEngine templateEngine, MarkupLanguage markupLanguage, String purpose, Class<?> clazz)
          Get a templet based upon class name and optional purpose, looking in the templets directory and also the classpath.
 void Template.write(MelatiWriter out, TemplateContext templateContext, TemplateEngine engine)
          Write the interpolated Template to a Writer.
 

Uses of TemplateEngineException in org.melati.template.velocity
 

Methods in org.melati.template.velocity that throw TemplateEngineException
 void VelocityTemplateEngine.init(MelatiConfig melatiConfig)
          Construct a new Engine.
 void VelocityServletTemplateEngine.init(MelatiConfig melatiConfig, javax.servlet.http.HttpServlet servlet)
          Construct a new Engine for use in a servlet environment.
 void VelocityTemplate.write(MelatiWriter out, TemplateContext templateContext, TemplateEngine engine)
          Write the interpolated Template to a Writer.
 

Uses of TemplateEngineException in org.melati.template.webmacro
 

Methods in org.melati.template.webmacro that throw TemplateEngineException
 void WebmacroTemplateEngine.init(MelatiConfig melatiConfig)
          Construct a new Engine.
 void WebmacroServletTemplateEngine.init(MelatiConfig melatiConfig, javax.servlet.http.HttpServlet servlet)
          Construct a new Engine for use in a servlet environment.
 



Copyright © 2000-2010 PanEris. All Rights Reserved.