public abstract class JaninoScript
extends java.lang.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.
|
java.lang.Object |
get(java.lang.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 java.lang.Exception
java.lang.Exception
public final java.lang.Object get(java.lang.String name)
This method is available inside Janino <script> element.
name
- parameter nameCopyright © Copyright 2006-2019 The Scriptella Project Team.