Package | Description |
---|---|
xdoclet | |
xdoclet.modules.apache | |
xdoclet.tagshandler | |
xdoclet.template |
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
XDocletTagSupport.getEngine()
Gets the Engine attribute of the TemplateTagHandler object.
|
TemplateEngine |
TemplateSubTask.getEngine()
Gets the Engine attribute of the TemplateSubTask object
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateSubTask.setEngine(TemplateEngine engine)
Sets the Engine attribute of the TemplateSubTask object
|
Modifier and Type | Method and Description |
---|---|
protected void |
ScriptEngineTagHandler.escapeResults(TemplateEngine engine,
java.lang.StringBuffer results)
Escape and evaluate the
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateParser
Subclass of Template Engine that do not generate anything but only parse the document.
|
Modifier and Type | Method and Description |
---|---|
static TemplateEngine |
TemplateEngine.getEngineInstance()
Gets the EngineInstance attribute of the TemplateEngine class
|