| Package | Description |
|---|---|
| bap.util.freemarker |
| Modifier and Type | Method and Description |
|---|---|
static Mode |
Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FreeMarkerUtilImpl.setMode(Mode mode) |
void |
FreeMarkerUtil.setMode(Mode mode)
设置工具类的使用模式。 工具类的模式默认为
Mode.RUN 运行模式 |