|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.format.template.TemplateUtils
various methods to assist with using templates
Constructor Summary | |
TemplateUtils()
|
Method Summary | |
static java.lang.String[][] |
collectFields(java.lang.Class clazz,
java.lang.String prefix)
collect the fields out of any class that match the specified prefix. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TemplateUtils()
Method Detail |
public static java.lang.String[][] collectFields(java.lang.Class clazz, java.lang.String prefix)
clazz
- class to collect fields out fromprefix
- prefix to match fields against
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |