Uses of Class xdoclet.template.TemplateException

Uses in package xdoclet.modules.apache

Methods which throw type xdoclet.template.TemplateException

void
ScriptEngineTagHandler.escapeResults(xdoclet.template.TemplateEngine engine, StringBuffer results)
Escape and evaluate the sections with XDOCLET template engine.
void
ScriptEngineTagHandler.generate(SubTemplateEngine subengine, String template, Properties attributes)

Uses in package xdoclet.modules.apache.velocity

Methods which throw type xdoclet.template.TemplateException

void
VelocityEngineTagHandler.generator(String template, Properties attributes)
Evaluates the body block with the Velocity template engine If the silent="yes" attribute is set then the Generator will not produce any output, but the template will run.

Uses in package xdoclet.template

Methods which throw type xdoclet.template.TemplateException

void
TemplateEngine.generate(String template)
void
TemplateParser.generate(String template)
xdoclet.template.TemplateTagHandler
xdoclet.template.TemplateTagHandler
int
TemplateEngine.handleTag(int index, String template)
Object
TemplateEngine.invoke(Method m, Object cmdImplProvider, Object[] params1)
Object
TemplateParser.invoke(Method m, Object cmdImplProvider, Object[] params1)
void
TemplateEngine.invokeContentMethod(String cmd, Properties attributes, String template, int i)
void
TemplateParser.invokeContentMethod(String cmd, Properties attributes, String template, int i)
Object
TemplateEngine.invokeMethod(String cmd, Object[] params1, Object[] params2, String template, int i)
String
TemplateEngine.outputOf(String template)
void
TemplateEngine.setTagHandlerFor(String prefix, xdoclet.template.TemplateTagHandler tagHandler)
void
void

Uses in package xdoclet

Classes derived from xdoclet.template.TemplateException

class

Methods which throw type xdoclet.template.TemplateException

void
void
TemplateSubTask.startEngine(URL templateURL, File outputFile)

Uses in package xdoclet.modules.apache.bsf

Methods which throw type xdoclet.template.TemplateException

void
BsfEngineTagHandler.generator(String template, Properties attributes)
Evaluates the body block with the BSF script If the silent="yes" attribute is set then the Generator will not produce any output, but the template will run.