xdoclet.modules.caucho
public class ResinWebTagsHandler extends XDocletTagSupport
UNKNOWN: June 5, 2002 namespace = "Resin"
Method Summary | |
---|---|
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: 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.
|
Parameters: template
Throws: XDocletException
UNKNOWN: type = "block"
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.parameter-value
Parameters: props
Returns:
Throws: XDocletException
UNKNOWN: type = "content"
Returns:
Throws: XDocletException
UNKNOWN: type = "content"
Parameters: props
Returns:
Throws: XDocletException
See Also: parameterAsElement parameterAsInitParam
UNKNOWN: type = "content"
Returns:
Throws: XDocletException
UNKNOWN: type = "content"
Returns:
Throws: XDocletException
UNKNOWN: type = "content"
Returns:
Throws: XDocletException
UNKNOWN: type = "content"