Uses of Class
xdoclet.template.TemplateEngine

Packages that use TemplateEngine
xdoclet   
xdoclet.tagshandler   
xdoclet.template   
 

Uses of TemplateEngine in xdoclet
 

Methods in xdoclet that return TemplateEngine
 TemplateEngine XDocletTagSupport.getEngine()
          Gets the Engine attribute of the TemplateTagHandler object.
 TemplateEngine TemplateSubTask.getEngine()
          Gets the Engine attribute of the TemplateSubTask object
 

Methods in xdoclet with parameters of type TemplateEngine
 void TemplateSubTask.setEngine(TemplateEngine engine)
          Sets the Engine attribute of the TemplateSubTask object
 

Uses of TemplateEngine in xdoclet.tagshandler
 

Methods in xdoclet.tagshandler with parameters of type TemplateEngine
static void ClassTagsHandler.forAllDistinctClassTags(TemplateEngine engine, String template, String tagName, String paramName)
          Iterates over all tags named according to tagName in a non-duplicated manner.
 

Uses of TemplateEngine in xdoclet.template
 

Subclasses of TemplateEngine in xdoclet.template
 class TemplateParser
          Subclass of Template Engine that do not generate anything but only parse the document.
 

Methods in xdoclet.template that return TemplateEngine
static TemplateEngine TemplateEngine.getEngineInstance()
          Gets the EngineInstance attribute of the TemplateEngine class