Id

Implemented in class xdoclet.tagshandler.IdTagsHandler.

Block Tags:

Content templates:

prefixedId (content template)

Generates an id attribute based on the given prefix. This is used for generating id attribute for XML elements.

prefix The tag from which the value of the id is calculated.

id (content template)

Generates an id attribute based on the given tag values. This is used for generating id attribute for XML elements.

tagName The tag from which the value of the id is calculated.

paramNames Comma separated list of parameter names. The list is ordered, preferred param is before another param which is less important. If the param exists, its value is taken and used as the id value.