xdoclet.modules.sun.sunone.ejb
Class SunONETagsHandler
java.lang.Object
xdoclet.template.TemplateTagHandler
xdoclet.XDocletTagSupport
xdoclet.tagshandler.AbstractProgramElementTagsHandler
xdoclet.modules.sun.sunone.ejb.SunONETagsHandler
public class SunONETagsHandler
extends xdoclet.tagshandler.AbstractProgramElementTagsHandler
protected Map | attributes - Collection of attributes.
|
protected xdoclet.tagshandler.MethodTagsHandler | handler - For use in extracting method names.
|
protected int | index - For looping through indexed tags.
|
static String | generateGUID() - A 32 byte GUID generator (Globally Unique ID).
|
static String | generateGUID(Object o) - A 32 byte GUID generator (Globally Unique ID).
|
checkForWrap , currentToken , exceptionList , firstSentenceDescriptionOfCurrentMember , forAllMemberTagTokens , forAllMemberTags , forAllMembers , getAllClasses , getClassNameFor , getFullClassNameFor , getFullSuperclassNameFor , getIndentChars , getXExecutableMemberForMemberName , getXExecutableMemberForMemberName , hasExecutableMember , hasExecutableMember_OLD , makeCopyOfArray , matchValue , memberComment , setMatchValue , skipToken |
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 |
attributes
protected Map attributes
Collection of attributes. XXX: Does this need to be synchronized?
handler
protected xdoclet.tagshandler.MethodTagsHandler handler
For use in extracting method names.
index
protected int index
For looping through indexed tags.
generateGUID
public static String generateGUID()
throws xdoclet.XDocletException
A 32 byte GUID generator (Globally Unique ID). I couldn't find any documentation for how Sun's own utilities
generate them, so I've copied the method used in the generated Util classes. Hopefully that's good enough.
- The name of current EJB bean.
xdoclet.XDocletException
-
generateGUID
public static String generateGUID(Object o)
throws xdoclet.XDocletException
A 32 byte GUID generator (Globally Unique ID). I couldn't find any documentation for how Sun's own utilities
generate them, so I've copied the method used in the generated Util classes. Hopefully that's good enough.
- The name of current EJB bean.
xdoclet.XDocletException
-