xdoclet.modules.mvcsoft.ejb

Class MVCSoftTagsHandler


public class MVCSoftTagsHandler
extends xdoclet.tagshandler.ClassTagsHandler

Author:
Daniel OConnor (docodan@mvcsoft.com)
xdoclet.taghandler
namespace = "MVCSoft"
created
November 1, 2001

Field Summary

protected static StringTokenizer
currentAliases
protected static String
currentColName
protected static String
currentFieldName
protected static XParameter
currentQueryMethodParameter
protected static String
currentRoleName
protected static String
nested

Fields inherited from class xdoclet.tagshandler.ClassTagsHandler

dateFormatter, now

Fields inherited from class xdoclet.tagshandler.AbstractProgramElementTagsHandler

currentToken, matchPattern, tagTokenizer

Fields inherited from class xdoclet.XDocletTagSupport

FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER

Method Summary

String
colName()
Describe what the method does
String
fieldName()
Describe what the method does
void
forAllAliases(String template)
Describe what the method does
void
forAllQueryMethodParams(String template)
Describe what the method does
void
forEachRoleMapping(String template)
Describe what the method does
void
forNestedFaultGroups(String template)
void
forSingleRoleMapping(String template)
Describe what the method does
void
ifHasSortDirection(String template)
Describe what the method does
String
keyFieldName()
Describe what the method does
String
methodParamType()
Describe what the method does
String
nestedFaultGroups()
String
roleName()
Describe what the method does
String
sortDirection()
Describe what the method does

Methods inherited from class xdoclet.tagshandler.ClassTagsHandler

classComment, classCommentTags, classCommentText, className, classOf, classTagValue, classTagValueMatch, firstSentenceDescription, forAllClassTagTokens, forAllClassTags, forAllClasses, forAllDistinctClassTags, forAllDistinctClassTags, fullClassName, fullSuperclassName, fullTransformedClassName, getClassNameFor, getFullClassNameFor, ifClassTagValueEquals, ifClassTagValueMatches, ifClassTagValueNotEquals, ifDoesntHaveClassTag, ifHasClassTag, ifIsClassAbstract, ifIsClassNotAbstract, importedList, modifiers, pushClass, symbolicClassName, transformedClassName

Methods inherited from class xdoclet.tagshandler.AbstractProgramElementTagsHandler

checkForWrap, currentToken, exceptionList, firstSentenceDescriptionOfCurrentMember, forAllMemberTagTokens, forAllMemberTags, forAllMembers, getAllClasses, getClassNameFor, getFullClassNameFor, getFullSuperclassNameFor, getIndentChars, getXExecutableMemberForMemberName, getXExecutableMemberForMemberName, hasExecutableMember, hasExecutableMember_OLD, makeCopyOfArray, matchValue, memberComment, setMatchValue, skipToken

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

Field Details

currentAliases

protected static StringTokenizer currentAliases

currentColName

protected static String currentColName

currentFieldName

protected static String currentFieldName

currentQueryMethodParameter

protected static XParameter currentQueryMethodParameter

currentRoleName

protected static String currentRoleName

nested

protected static String nested

Method Details

colName

public String colName()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException - Describe the exception

fieldName

public String fieldName()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException - Describe the exception

forAllAliases

public void forAllAliases(String template)
            throws xdoclet.XDocletException
Describe what the method does
Parameters:
template - Describe what the parameter does
Throws:
xdoclet.XDocletException - Describe the exception

forAllQueryMethodParams

public void forAllQueryMethodParams(String template)
            throws xdoclet.XDocletException
Describe what the method does
Parameters:
template - Describe what the parameter does
Throws:
xdoclet.XDocletException - Describe the exception

forEachRoleMapping

public void forEachRoleMapping(String template)
            throws xdoclet.XDocletException
Describe what the method does
Parameters:
template - Describe what the parameter does
Throws:
xdoclet.XDocletException - Describe the exception

forNestedFaultGroups

public void forNestedFaultGroups(String template)
            throws xdoclet.XDocletException

forSingleRoleMapping

public void forSingleRoleMapping(String template)
            throws xdoclet.XDocletException
Describe what the method does
Parameters:
template - Describe what the parameter does
Throws:
xdoclet.XDocletException - Describe the exception

ifHasSortDirection

public void ifHasSortDirection(String template)
            throws xdoclet.XDocletException
Describe what the method does
Parameters:
template - Describe what the parameter does
Throws:
xdoclet.XDocletException - Describe the exception

keyFieldName

public String keyFieldName()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException - Describe the exception

methodParamType

public String methodParamType()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException - Describe the exception

nestedFaultGroups

public String nestedFaultGroups()
            throws xdoclet.XDocletException

roleName

public String roleName()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException - Describe the exception

sortDirection

public String sortDirection()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException - Describe the exception