xdoclet.modules.apache
public abstract class ScriptEngineTagHandler extends AbstractProgramElementTagsHandler
UNKNOWN: July 17, 2003
Field Summary | |
---|---|
protected String | XDTSectionEnd |
protected String | XDTSectionStart |
Method Summary | |
---|---|
protected void | escapeResults(TemplateEngine engine, StringBuffer results)
Escape and evaluate the |
protected void | fillVariables(SubTemplateEngine templateEngine)
Fill the variables passed to the engines
|
protected void | generate(SubTemplateEngine subengine, String template, Properties attributes) |
protected String | getSubTemplateVariable(SubTemplateEngine subengine, Properties attributes)
Get a subtemplate variable
|
Parameters: engine The XDOCLET template engine results The results
Throws: TemplateException
Parameters: templateEngine
Throws: XDocletException
Parameters: subengine The SubTemplateEngine used to generate template The body of the block tag attributes The attributes of the template tag
Throws: TemplateException xdoclet.template.TemplateException
Parameters: subengine The subtemplate engine attributes The attributes from XDOCLET tag
Returns: The value
Throws: XDocletException