public abstract class JaninoScript extends Object
Public members of this class are available in Janino scripting elements.
| Constructor and Description |
|---|
JaninoScript() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
execute()
This method in not a part of the public API.
|
Object |
get(String name)
Obtains a parameter value for specified name.
|
protected ParametersCallback |
getParametersCallback()
This method in not a part of the public API.
|
protected final ParametersCallback getParametersCallback()
protected abstract void execute()
throws Exception
ExceptionCopyright © 2006–2019. All rights reserved.