| Package | Description |
|---|---|
| com.floreysoft.jmte |
This is the main package of the Java Minimal Template Engine.
|
| Modifier and Type | Method and Description |
|---|---|
static ProcessListener.Action |
ProcessListener.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessListener.Action[] |
ProcessListener.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessListener.log(TemplateContext context,
Token token,
ProcessListener.Action action)
Reports a step executed by the engine
|
void |
TemplateContext.notifyProcessListener(Token token,
ProcessListener.Action action)
Allows you to send additional notifications of executed processing steps.
|
Copyright © 2017. All rights reserved.