Package scriptella.driver.janino
Class JaninoScript
java.lang.Object
scriptella.driver.janino.JaninoScript
- Direct Known Subclasses:
JaninoQuery
A base class for Janino <script> elements.
Public members of this class are available in Janino scripting elements.
- Version:
- 1.0
- Author:
- Fyodor Kupolov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidexecute()This method in not a part of the public API.final ObjectObtains a parameter value for specified name.protected final ParametersCallbackThis method in not a part of the public API.
-
Constructor Details
-
JaninoScript
public JaninoScript()
-
-
Method Details
-
getParametersCallback
This method in not a part of the public API. -
execute
This method in not a part of the public API.- Throws:
Exception
-
get
Obtains a parameter value for specified name.This method is available inside Janino <script> element.
- Parameters:
name- parameter name- Returns:
- parameter value.
-