xdoclet.tagshandler
public class TagDefTagsHandler extends XDocletTagSupport
Version: $Revision: 1.8 $
UNKNOWN: Nov 11, 2001 namespace = "TagDef"
Method Summary | |
---|---|
String | tagDef(Properties attributes)
Defines a template tag handler for a template tag to TemplateEngine.
|
Parameters: attributes The attributes of the template tag
Returns: Description of the Returned Value
Throws: XDocletException Description of Exception
UNKNOWN: type = "content" name = "namespace" optional = "false" description = "The template namespace name, 'Merge' * for example if we were to define template namespace 'Merge' this way." name = "handler" optional = "false" description = "The template tag handler full qualified * class name. It's the class that implements tags of namespace. It should be a public class, with a no * argument public constructor, and should extend xdoclet.XDocletTagSupport."