|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTemplateTagHandler
XDocletTagSupport
AbstractProgramElementTagsHandler
NetUITldTagsHandler
public class NetUITldTagsHandler
Field Summary |
---|
Fields inherited from class AbstractProgramElementTagsHandler |
---|
currentToken, matchPattern, tagTokenizer |
Fields inherited from class XDocletTagSupport |
---|
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER |
Constructor Summary | |
---|---|
NetUITldTagsHandler()
|
Method Summary | |
---|---|
void |
forAllAttributes(String template,
Properties attributes)
|
void |
forAllClasses(String template,
Properties attributes)
|
void |
forAllFunctions(String template,
Properties attributes)
|
void |
forAllMethods(String template,
Properties attributes)
|
void |
ifHasTagValue(String template,
Properties attributes)
|
String |
paramValue(Properties attributes)
|
Methods inherited from class AbstractProgramElementTagsHandler |
---|
checkForWrap, currentToken, exceptionList, firstSentenceDescriptionOfCurrentMember, forAllMembers, forAllMemberTags, forAllMemberTagTokens, getAllClasses, getClassNameFor, getFullClassNameFor, getFullSuperclassNameFor, getIndentChars, getXExecutableMemberForMemberName, getXExecutableMemberForMemberName, hasExecutableMember_OLD, hasExecutableMember, makeCopyOfArray, matchValue, memberComment, setMatchValue, skipToken |
Methods inherited from class XDocletTagSupport |
---|
delimit, expandClassName, generate, getCurrentClass, getCurrentClassTag, getCurrentConstructor, getCurrentField, getCurrentFieldTag, getCurrentMethod, getCurrentMethodTag, getCurrentPackage, getDocletContext, getEngine, getExpandedDelimitedTagValue, getTagValue, getTagValue, getTagValue, hasTag, isTagValueEqual, mandatoryParamNotFound, mandatoryTemplateTagParamNotFound, modifiers, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentClassTag, setCurrentConstructor, setCurrentField, setCurrentFieldTag, setCurrentMethod, setCurrentMethodTag, setCurrentPackage |
Methods inherited from class TemplateTagHandler |
---|
getXJavaDoc, setXJavaDoc |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetUITldTagsHandler()
Method Detail |
---|
public void ifHasTagValue(String template, Properties attributes) throws XDocletException
XDocletException
public String paramValue(Properties attributes) throws XDocletException
XDocletException
public void forAllClasses(String template, Properties attributes) throws XDocletException
XDocletException
public void forAllFunctions(String template, Properties attributes) throws XDocletException
XDocletException
public void forAllMethods(String template, Properties attributes) throws XDocletException
template
- Describe what the parameter doesattributes
- Describe what the parameter does
XDocletException
- Describe the exceptionpublic void forAllAttributes(String template, Properties attributes) throws XDocletException
template
- Describe what the parameter doesattributes
- Describe what the parameter does
XDocletException
- Describe the exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |