public interface Script extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Map<String,Serializable> |
getParameters()
This method returns a Map of parameters.
|
Map<String,Serializable> |
getResults()
This returns the result of the script (if any).
|
URL |
getResultUrl()
This method returns the ResultUrl of that script.
|
String |
getScriptLanguage()
This method determines the language which is used to
interpret/run the script source code.
|
String |
getScriptSource()
This method provides the source code of the script.
|
void |
setResultUrl(URL url) |
String getScriptSource()
String getScriptLanguage()
void setResultUrl(URL url)
URL getResultUrl()
Map<String,Serializable> getParameters()
$args map.Map<String,Serializable> getResults()
$results bound that can be used to add result
data.Copyright © 2013 jwall.org. All Rights Reserved.