public interface EnvProcessor
| Modifier and Type | Method | Description |
|---|---|---|
void |
afterExecute(Map<String,Object> env,
Expression script) |
This method will be called after executing the expression.
|
void |
beforeExecute(Map<String,Object> env,
Expression script) |
This method will be called before executing the expression.
|
void beforeExecute(Map<String,Object> env, Expression script)
env - the env objectscript - the script objectvoid afterExecute(Map<String,Object> env, Expression script)
env - the env objectscript - the script objectCopyright © 2022–2023. All rights reserved.