Resin

Implemented in class xdoclet.modules.caucho.ResinWebTagsHandler.

Block Tags:

forAllCurrentTagParams (block template)

Iterates over all parameters of the current javadoc tag.

Content templates:

parameterAsElement (content template)

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.

parameterAsInitParam (content template)

Writes the current javadoc parameter as an xml element of the form:

  

parameterAsXml (content template)

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.

parameterName (content template)

Returns the current javadoc parameter name.

parameterValue (content template)

Returns the current javadoc parameter value.

sourceComment (content template)

Writes an xml comment indicating the current method or class name.