Uses of Class
xdoclet.template.TemplateEngine

Packages that use TemplateEngine
xdoclet   
xdoclet.modules.apache   
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.modules.apache
 

Methods in xdoclet.modules.apache with parameters of type TemplateEngine
protected  void ScriptEngineTagHandler.escapeResults(TemplateEngine engine, java.lang.StringBuffer results)
          Escape and evaluate the sections with XDOCLET template engine.
 

Uses of TemplateEngine in xdoclet.tagshandler
 

Methods in xdoclet.tagshandler with parameters of type TemplateEngine
static void ClassTagsHandler.forAllDistinctClassTags(TemplateEngine engine, java.lang.String template, java.lang.String tagName, java.lang.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
 


http://xdoclet.sourceforge.net/