| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(java.lang.String templateName,
java.util.Map<java.lang.String,java.lang.Object> dataModel,
java.lang.String fullFileName) |
boolean |
process(java.lang.String templateName,
java.util.Map<java.lang.String,java.lang.Object> dataModel,
java.io.Writer out) |
java.lang.String |
process2Str(java.lang.String templateName,
java.util.Map<java.lang.String,java.lang.Object> dataModel) |
boolean |
processWeb(java.lang.String templateName) |
boolean |
processWeb(java.lang.String templateName,
java.util.Map<java.lang.String,java.lang.Object> dataModel) |
void |
setMode(bap.util.freemarker.Mode mode) |
static FTLParser |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FTLParser[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FTLParser INSTANCE
public static FTLParser[] values()
for (FTLParser c : FTLParser.values()) System.out.println(c);
public static FTLParser valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic void setMode(bap.util.freemarker.Mode mode)
setMode in interface bap.util.freemarker.FreeMarkerUtilpublic boolean process(java.lang.String templateName,
java.util.Map<java.lang.String,java.lang.Object> dataModel,
java.lang.String fullFileName)
process in interface bap.util.freemarker.FreeMarkerUtilpublic boolean process(java.lang.String templateName,
java.util.Map<java.lang.String,java.lang.Object> dataModel,
java.io.Writer out)
process in interface bap.util.freemarker.FreeMarkerUtilpublic boolean processWeb(java.lang.String templateName,
java.util.Map<java.lang.String,java.lang.Object> dataModel)
processWeb in interface bap.util.freemarker.FreeMarkerUtilpublic boolean processWeb(java.lang.String templateName)
processWeb in interface bap.util.freemarker.FreeMarkerUtilpublic java.lang.String process2Str(java.lang.String templateName,
java.util.Map<java.lang.String,java.lang.Object> dataModel)
process2Str in interface bap.util.freemarker.FreeMarkerUtil