xdoclet.modules.java.javabean
public class JavaBeanTagsHandler extends XDocletTagSupport
Version: $Revision: 1.5 $
UNKNOWN: June 20, 2002 namespace = "JavaBean"
Method Summary | |
---|---|
String | beanClass(Properties attributes)
return configured bean class name or current class name
|
String | capitalizeClassTag(Properties attributes)
Capitalize the first letter of a class tag (i.e countToken => CountToken)
|
static String | getBeanInfoClassFor(XClass clazz) |
String | getGetterMethodNameQuoted()
Get the getter method for the current method
|
String | getPropertyNameQuoted()
Get the property name for the current method xxx rlo the is fucked
|
String | getSetterMethodNameQuoted()
Get the setter method for the current method
|
String | getterPrefix(Properties attributes)
Return the getter prefix according to the class tag that contains a class.
|
Parameters: attributes XDoclet attributes
Returns: The getter prefix
Throws: XDocletException Thrown in case of problem
Parameters: attributes XDoclet attributes
Returns: The class tag capitalized
Throws: XDocletException Thrown in case of problem
Returns:
Returns:
Returns:
Parameters: attributes XDoclet attributes
Returns: The getter prefix
Throws: XDocletException Thrown in case of problem