|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.appfuse.template.Helper
public class Helper
This is a sample class to demonstrate how a helper class can be constructed to be used in conjunction with the freemarker templates.
Constructor Summary | |
---|---|
Helper()
Creates a new Helper object. |
Method Summary | |
---|---|
java.lang.String |
convertName(java.lang.String inName)
This method will convert the first character of a string to lower case. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Helper()
Method Detail |
---|
public java.lang.String convertName(java.lang.String inName)
inName
- The name to be converted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |