xdoclet.modules.ibm.websphere.ejb

Class WebSphereTagsHandler


public class WebSphereTagsHandler
extends EnvTagsHandler

Version:
$Revision: 1.3 $
Author:
Matthias Germann (matthias@germann.com)
xdoclet.taghandler
namespace = "WebSphere"
created
December 24, 2004

Method Summary

void
forAllResourceRefs(String template, Properties attributes)
Iterates over all \@websphere.resource-ref tags with the same res-ref-name as the current tag

Method Details

forAllResourceRefs

public void forAllResourceRefs(String template,
                               Properties attributes)
            throws xdoclet.XDocletException
Iterates over all \@websphere.resource-ref tags with the same res-ref-name as the current tag
Parameters:
template - The body of the block tag
attributes - The attributes of the template tag
Throws:
xdoclet.XDocletException - if something goes wrong
doc.tag
type = "block"
doc.param
name = "nameParam" optional = "true" default = "res-ref-name" description = "The name of the current tag's parameter which contains the name of the resource reference. The value of this parameter is used for finding the corresponding \@websphere.resource-ref tag"