xdoclet.modules.jboss.web
public class JBossWebTagsHandler extends ClassTagsHandler
dateFormatter, now
currentToken, matchPattern, tagTokenizer
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER
Constructor and Description |
---|
JBossWebTagsHandler() |
Modifier and Type | Method and Description |
---|---|
void |
forAllDepends(java.lang.String template) |
void |
forAllEjbRefs(java.lang.String template)
Iterates over all \@jboss.ejb-ref-jndi tags.
|
void |
forAllLocalRefs(java.lang.String template)
Iterates over all \@jboss.ejb-local-ref tags.
|
void |
forAllResourceEnvRefs(java.lang.String template) |
void |
forAllResourceRefs(java.lang.String template)
Iterates over all \@jboss.resource-ref tags.
|
classComment, classCommentTags, classCommentText, className, classOf, classTagValue, classTagValueMatch, firstSentenceDescription, forAllClasses, forAllClassTags, forAllClassTagTokens, forAllDistinctClassTags, forAllDistinctClassTags, fullClassName, fullSuperclassName, fullTransformedClassName, getClassNameFor, getFullClassNameFor, ifClassTagValueEquals, ifClassTagValueMatches, ifClassTagValueNotEquals, ifDoesntHaveClassTag, ifHasClassTag, ifIsClassAbstract, ifIsClassNotAbstract, importedList, modifiers, pushClass, symbolicClassName, transformedClassName
checkForWrap, currentToken, exceptionList, firstSentenceDescriptionOfCurrentMember, forAllMembers, forAllMemberTags, forAllMemberTagTokens, getAllClasses, getFullSuperclassNameFor, getIndentChars, getXExecutableMemberForMemberName, getXExecutableMemberForMemberName, hasExecutableMember_OLD, hasExecutableMember, 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
getXJavaDoc, setXJavaDoc
public void forAllResourceRefs(java.lang.String template) throws XDocletException
template
- The body of the block tagXDocletException
- if something goes wrongpublic void forAllEjbRefs(java.lang.String template) throws XDocletException
template
- The body of the block tagXDocletException
- if something goes wrongpublic void forAllLocalRefs(java.lang.String template) throws XDocletException
template
- The body of the block tagXDocletException
- if something goes wrongpublic void forAllResourceEnvRefs(java.lang.String template) throws XDocletException
XDocletException
public void forAllDepends(java.lang.String template) throws XDocletException
XDocletException