|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.javadocbuilder.JavaHelper
A class to simplify writing java code in velocity templates.
Constructor Summary | |
JavaHelper()
|
Method Summary | |
static java.lang.String |
beanProperiesMethodDeclaration(com.thoughtworks.qdox.model.BeanProperty[] beanProperties)
Gets a String with the list of parameter type and names. |
static java.lang.String |
beanPropertiesMethodCall(com.thoughtworks.qdox.model.BeanProperty[] beanProperties)
Gets a String with the list of parameter names. |
static java.lang.String |
getObjectName(java.lang.String className)
Returns the same String with the first block of upper characters in lower characters. |
static java.lang.String |
recursiveBeanPropertiesMethodCall(java.lang.String packageName,
com.thoughtworks.qdox.model.BeanProperty[] beanProperties)
Gets a String recursive (as long as package matches the packageName) list of parameter names. |
static java.lang.String |
recursiveBeanPropertiesMethodDeclaration(java.lang.String packageName,
com.thoughtworks.qdox.model.BeanProperty[] beanProperties)
Gets a String recursive (as long as package matches the packageName) list of parameter names. |
static java.lang.String |
recursiveBeanPropertiesSetters(java.lang.String packageName,
com.thoughtworks.qdox.model.BeanProperty[] beanProperties)
Gets a String recursive (as long as package matches the packageName) list of parameter names. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaHelper()
Method Detail |
public static java.lang.String beanPropertiesMethodCall(com.thoughtworks.qdox.model.BeanProperty[] beanProperties)
beanProperties
-
public static java.lang.String beanProperiesMethodDeclaration(com.thoughtworks.qdox.model.BeanProperty[] beanProperties)
beanProperties
-
public static java.lang.String recursiveBeanPropertiesMethodCall(java.lang.String packageName, com.thoughtworks.qdox.model.BeanProperty[] beanProperties)
beanProperties
-
public static java.lang.String recursiveBeanPropertiesMethodDeclaration(java.lang.String packageName, com.thoughtworks.qdox.model.BeanProperty[] beanProperties)
beanProperties
-
public static java.lang.String getObjectName(java.lang.String className)
className
-
public static java.lang.String recursiveBeanPropertiesSetters(java.lang.String packageName, com.thoughtworks.qdox.model.BeanProperty[] beanProperties)
beanProperties
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |