public interface EnvProcessor
| Modifier and Type | Method and 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 © 2010–2022. All rights reserved.