|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateException | |
xdoclet | |
xdoclet.template |
Uses of TemplateException in xdoclet |
Subclasses of TemplateException in xdoclet | |
class |
XDocletException
|
Methods in xdoclet that throw TemplateException | |
protected void |
TemplateSubTask.startEngine(URL templateURL,
File outputFile)
Describe what the method does |
protected void |
TemplateSubTask.engineFinished()
Describe what the method does |
Uses of TemplateException in xdoclet.template |
Methods in xdoclet.template that throw TemplateException | |
TemplateTagHandler |
TemplateParser.getTagHandlerFor(String prefix)
|
void |
TemplateParser.start()
A utility method used for generating the dest_file based on template_file template file. |
void |
TemplateParser.generate(String template)
In this class, this method does not -generate- anything but only parse the files. |
protected void |
TemplateParser.invokeContentMethod(String cmd,
Properties attributes,
String template,
int i)
Describe what the method does |
protected Object |
TemplateParser.invoke(Method m,
Object cmdImplProvider,
Object[] params1)
Describe what the method does |
TemplateTagHandler |
TemplateEngine.getTagHandlerFor(String prefix)
Get the tag handler for the prefix. |
void |
TemplateEngine.setTagHandlerFor(String prefix,
TemplateTagHandler tagHandler)
Sets the TagHandlerFor attribute of the TemplateEngine object |
void |
TemplateEngine.generate(String template)
The main template parsing/processing/running logic. |
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 |
TemplateEngine.start()
A utility method used for generating the dest_file based on template_file template file. |
protected int |
TemplateEngine.handleTag(int index,
String template)
Handle the tag that starts at index in the template provided. |
protected Object |
TemplateEngine.invokeMethod(String cmd,
Object[] params1,
Object[] params2,
String template,
int i)
Invokes content tag implementation method named cmd. |
protected void |
TemplateEngine.invokeContentMethod(String cmd,
Properties attributes,
String template,
int i)
Invokes content tag implementation method named cmd with the specified set of attributes. |
protected Object |
TemplateEngine.invoke(Method m,
Object cmdImplProvider,
Object[] params1)
Describe what the method does |
|
http://xdoclet.sourceforge.net/ | ||||||||||
PREV NEXT | FRAMES NO FRAMES |