xdoclet.modules.apache.bsf
public class BsfEngineTagHandler extends ScriptEngineTagHandler
UNKNOWN: July 16, 2003 namespace = "Bsf"
Method Summary | |
---|---|
void | clearVariables()
Clear all BSF variables
|
void | generator(String template, Properties attributes)
Evaluates the body block with the BSF script If the silent="yes" attribute is set then the Generator will not
produce any output, but the template will run. |
String | getVariable(Properties attributes)
Get a value of a BSF variable
|
Throws: XDocletException
UNKNOWN: type = "content"
Parameters: template The body of the block tag attributes The attributes of the template tag
Throws: TemplateException
UNKNOWN: type = "block"
Parameters: attributes
Returns:
Throws: XDocletException
UNKNOWN: type = "content"