|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscriptella.driver.janino.JaninoScript
public abstract class JaninoScript
A base class for Janino <script> elements.
Public members of this class are available in Janino scripting elements.
| Constructor Summary | |
|---|---|
JaninoScript()
|
|
| Method Summary | |
|---|---|
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 scriptella.spi.ParametersCallback |
getParametersCallback()
This method in not a part of the public API. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JaninoScript()
| Method Detail |
|---|
protected final scriptella.spi.ParametersCallback getParametersCallback()
protected abstract void execute()
throws java.lang.Exception
java.lang.Exceptionpublic final java.lang.Object get(java.lang.String name)
This method is available inside Janino <script> element.
name - parameter name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||