xdoclet.modules.mvcsoft.ejb

Class MVCSoftTagsHandler

public class MVCSoftTagsHandler extends ClassTagsHandler

Author: Daniel OConnor (docodan@mvcsoft.com)

UNKNOWN: November 1, 2001 namespace = "MVCSoft"

Field Summary
protected static StringTokenizercurrentAliases
protected static StringcurrentColName
protected static StringcurrentFieldName
protected static XParametercurrentQueryMethodParameter
protected static StringcurrentRoleName
protected static Stringnested
Method Summary
StringcolName()
Describe what the method does
StringfieldName()
Describe what the method does
voidforAllAliases(String template)
Describe what the method does
voidforAllQueryMethodParams(String template)
Describe what the method does
voidforEachRoleMapping(String template)
Describe what the method does
voidforNestedFaultGroups(String template)
voidforSingleRoleMapping(String template)
Describe what the method does
voidifHasSortDirection(String template)
Describe what the method does
StringkeyFieldName()
Describe what the method does
StringmethodParamType()
Describe what the method does
StringnestedFaultGroups()
StringroleName()
Describe what the method does
StringsortDirection()
Describe what the method does

Field Detail

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 Detail

colName

public String colName()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException Describe the exception

fieldName

public String fieldName()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException Describe the exception

forAllAliases

public void forAllAliases(String template)
Describe what the method does

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

forAllQueryMethodParams

public void forAllQueryMethodParams(String template)
Describe what the method does

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

forEachRoleMapping

public void forEachRoleMapping(String template)
Describe what the method does

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

forNestedFaultGroups

public void forNestedFaultGroups(String template)

forSingleRoleMapping

public void forSingleRoleMapping(String template)
Describe what the method does

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

ifHasSortDirection

public void ifHasSortDirection(String template)
Describe what the method does

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

keyFieldName

public String keyFieldName()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException Describe the exception

methodParamType

public String methodParamType()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException Describe the exception

nestedFaultGroups

public String nestedFaultGroups()

roleName

public String roleName()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException Describe the exception

sortDirection

public String sortDirection()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException Describe the exception