|
terp - the Codemesh Modular Template Interpreter v1.3.309 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.codemesh.terp.api.Transformer.AbstractTransformer<java.lang.CharSequence>
com.codemesh.terp.api.Formatter.AbstractFormatter
public abstract static class Formatter.AbstractFormatter
The baseclass for all concrete formatters.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.codemesh.terp.api.Formatter |
|---|
Formatter.AbstractFormatter, Formatter.Base64, Formatter.Capitalize, Formatter.Namefy, Formatter.Pad, Formatter.Remove, Formatter.Replace, Formatter.TextFormatter, Formatter.ToAscii, Formatter.ToLowercase, Formatter.ToSlug, Formatter.ToUppercase, Formatter.ToXml, Formatter.Trim |
| Nested classes/interfaces inherited from interface com.codemesh.terp.api.Transformer |
|---|
Transformer.AbstractTransformer<T>, Transformer.LineBreaker |
| Field Summary | |
|---|---|
static ToInteger |
TO_INT
|
static ToString |
TO_STRING
|
| Fields inherited from interface com.codemesh.terp.api.Transformer |
|---|
NO_ARGS, NO_PARAM_NAMES |
| Constructor Summary | |
|---|---|
Formatter.AbstractFormatter()
|
|
Formatter.AbstractFormatter(java.lang.String itemName)
|
|
Formatter.AbstractFormatter(java.lang.String itemName,
java.lang.String[] paramNames)
|
|
| Method Summary |
|---|
| Methods inherited from class com.codemesh.terp.api.Transformer.AbstractTransformer |
|---|
getItemName, getParamNames, transform, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.codemesh.terp.api.Transformer |
|---|
getItemName, getParamNames, transform, transform, transform |
| Field Detail |
|---|
public static final ToInteger TO_INT
public static final ToString TO_STRING
| Constructor Detail |
|---|
public Formatter.AbstractFormatter()
public Formatter.AbstractFormatter(java.lang.String itemName)
public Formatter.AbstractFormatter(java.lang.String itemName,
java.lang.String[] paramNames)
|
terp - the Codemesh Modular Template Interpreter v1.3.309 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||