xdoclet.modules.caucho
Class ResinWebTagsHandler
java.lang.Object
xdoclet.template.TemplateTagHandler
xdoclet.XDocletTagSupport
xdoclet.modules.caucho.ResinWebTagsHandler
public class ResinWebTagsHandler
extends xdoclet.XDocletTagSupport
Template tags handler for Resin web.xml generation.
- Yoritaka Sakakura (yori@teardrop.org)
void | forAllCurrentTagParams(String template) - Iterates over all parameters of the current javadoc tag.
|
String | parameterAsElement(Properties props) - Writes the current javadoc parameter as an xml element of the form:
parameter-value If the parameter maps to a non-empty value in the attributes, value is
used as the xml element name instead of the javadoc parameter name.
|
String | parameterAsInitParam() - Writes the current javadoc parameter as an xml element of the form:
|
String | parameterAsXml(Properties props) - Writes the current javadoc parameter as an element or an init-param, depending on the tag attributes; if the
parameter name is contained in the attributes, the 'element' form is used, else the 'init-parm' form.
|
String | parameterName() - Returns the current javadoc parameter name.
|
String | parameterValue() - Returns the current javadoc parameter value.
|
String | sourceComment() - Writes an xml comment indicating the current method or class name.
|
delimit , expandClassName , generate , getCurrentClass , getCurrentClassTag , getCurrentConstructor , getCurrentField , getCurrentFieldTag , getCurrentMethod , getCurrentMethodTag , getCurrentPackage , getDocletContext , getEngine , getExpandedDelimitedTagValue , getTagValue , getTagValue , getTagValue , hasHavingClassTag , hasTag , isTagValueEqual , mandatoryParamNotFound , mandatoryTemplateTagParamNotFound , modifiers , popCurrentClass , pushCurrentClass , setCurrentClass , setCurrentClassTag , setCurrentConstructor , setCurrentField , setCurrentFieldTag , setCurrentMethod , setCurrentMethodTag , setCurrentPackage |
forAllCurrentTagParams
public void forAllCurrentTagParams(String template)
throws xdoclet.XDocletException
Iterates over all parameters of the current javadoc tag.
xdoclet.XDocletException
-
parameterAsElement
public String parameterAsElement(Properties props)
throws xdoclet.XDocletException
Writes the current javadoc parameter as an xml element of the form:
parameter-value
If the parameter maps to a non-empty value in the attributes, value is
used as the xml element name instead of the javadoc parameter name.
xdoclet.XDocletException
-
parameterAsInitParam
public String parameterAsInitParam()
throws xdoclet.XDocletException
Writes the current javadoc parameter as an xml element of the form:
xdoclet.XDocletException
-
parameterAsXml
public String parameterAsXml(Properties props)
throws xdoclet.XDocletException
Writes the current javadoc parameter as an element or an init-param, depending on the tag attributes; if the
parameter name is contained in the attributes, the 'element' form is used, else the 'init-parm' form.
xdoclet.XDocletException
-
parameterName
public String parameterName()
throws xdoclet.XDocletException
Returns the current javadoc parameter name.
xdoclet.XDocletException
-
parameterValue
public String parameterValue()
throws xdoclet.XDocletException
Returns the current javadoc parameter value.
xdoclet.XDocletException
-
sourceComment
public String sourceComment()
throws xdoclet.XDocletException
Writes an xml comment indicating the current method or class name.
xdoclet.XDocletException
-