xdoclet.modules.exolab.castor.ejb
Class CastorTagsHandler

java.lang.Object
  extended by xdoclet.template.TemplateTagHandler
      extended by xdoclet.XDocletTagSupport
          extended by xdoclet.modules.exolab.castor.ejb.CastorTagsHandler

public class CastorTagsHandler
extends XDocletTagSupport

Version:
$Revision: 1.7 $
Author:
Dmitri Colebatch
xdoclet.taghandler
namespace = "Castor"
created
Aug 23, 2002

Field Summary
 
Fields inherited from class xdoclet.XDocletTagSupport
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER
 
Constructor Summary
CastorTagsHandler()
           
 
Method Summary
 void forAllClasses(java.lang.String template, java.util.Properties attributes)
          Evaluates the body block for each class, in order.
 
Methods inherited from class xdoclet.XDocletTagSupport
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
 
Methods inherited from class xdoclet.template.TemplateTagHandler
getXJavaDoc, setXJavaDoc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CastorTagsHandler

public CastorTagsHandler()
Method Detail

forAllClasses

public void forAllClasses(java.lang.String template,
                          java.util.Properties attributes)
                   throws XDocletException
Evaluates the body block for each class, in order.

Parameters:
template - The body of the block tag
attributes - The attributes of the template tag
Throws:
XDocletException
doc.tag
type = "block"

http://xdoclet.sourceforge.net/