Uses of Class xdoclet.template.TemplateException

Uses in package xdoclet

Classes derived from xdoclet.template.TemplateException

class

Methods which throw type xdoclet.template.TemplateException

void
Describe what the method does
void
TemplateSubTask.startEngine(URL templateURL, File outputFile)
Describe what the method does

Uses in package xdoclet.template

Methods which throw type xdoclet.template.TemplateException

void
TemplateEngine.generate(String template)
The main template parsing/processing/running logic.
void
TemplateParser.generate(String template)
In this class, this method does not -generate- anything but only parse the files.
TemplateTagHandler
Get the tag handler for the prefix.
TemplateTagHandler
int
TemplateEngine.handleTag(int index, String template)
Handle the tag that starts at index in the template provided.
Object
TemplateEngine.invoke(Method m, Object cmdImplProvider, Object[] params1)
Describe what the method does
Object
TemplateParser.invoke(Method m, Object cmdImplProvider, Object[] params1)
Describe what the method does
void
TemplateEngine.invokeContentMethod(String cmd, Properties attributes, String template, int i)
Invokes content tag implementation method named cmd with the specified set of attributes.
void
TemplateParser.invokeContentMethod(String cmd, Properties attributes, String template, int i)
Describe what the method does
Object
TemplateEngine.invokeMethod(String cmd, Object[] params1, Object[] params2, String template, int i)
Invokes content tag implementation method named cmd.
String
TemplateEngine.outputOf(String template)
Calls generate() of the specified template content but instead of outputing it to the generated file, it returns the generated content.
void
Sets the TagHandlerFor attribute of the TemplateEngine object
void
A utility method used for generating the dest_file based on template_file template file.
void
A utility method used for generating the dest_file based on template_file template file.