Uses of Class
org.jamon.compiler.TemplateInspector.InvalidTemplateException

Packages that use TemplateInspector.InvalidTemplateException
org.jamon.compiler   
 

Uses of TemplateInspector.InvalidTemplateException in org.jamon.compiler
 

Methods in org.jamon.compiler that throw TemplateInspector.InvalidTemplateException
protected  void InvokerTool.invoke(java.lang.String[] args)
           
 void TemplateInspector.render(java.io.Writer p_writer, java.util.Map<java.lang.String,java.lang.Object> p_argMap)
          Render the template.
 void TemplateInspector.render(java.io.Writer p_writer, java.util.Map<java.lang.String,java.lang.Object> p_argMap, boolean p_ignoreUnusedParams)
          Render the template.
 

Constructors in org.jamon.compiler that throw TemplateInspector.InvalidTemplateException
TemplateInspector(java.lang.String p_templateName)
          Construct an TemplateInspector for a template path using the default TemplateManager as determined via the TemplateManagerSource.
TemplateInspector(org.jamon.TemplateManager p_manager, java.lang.String p_templateName)
          Construct an TemplateInspector with a template manager, template path.
 



jamon