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