|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectxdoclet.template.TemplateTagHandler
xdoclet.XDocletTagSupport
xdoclet.modules.java.javabean.JavaBeanTagsHandler
Specific tags handler to make the template easy.
| Field Summary |
| Fields inherited from class xdoclet.XDocletTagSupport |
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER |
| Constructor Summary | |
JavaBeanTagsHandler()
|
|
| 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(xjavadoc.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. |
| Methods inherited from class xdoclet.template.TemplateTagHandler |
getXJavaDoc, setXJavaDoc |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JavaBeanTagsHandler()
| Method Detail |
public static String getBeanInfoClassFor(xjavadoc.XClass clazz)
throws XDocletException
XDocletException
public String getterPrefix(Properties attributes)
throws XDocletException
attributes - XDoclet attributes
XDocletException - Thrown in case of problempublic String getGetterMethodNameQuoted()
public String getSetterMethodNameQuoted()
public String getPropertyNameQuoted()
public String beanClass(Properties attributes)
throws XDocletException
attributes - XDoclet attributes
XDocletException - Thrown in case of problem
public String capitalizeClassTag(Properties attributes)
throws XDocletException
attributes - XDoclet attributes
XDocletException - Thrown in case of problem
|
http://xdoclet.sourceforge.net/ | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||