|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Script
This interface defines the properties of a script definition. A script needs to provide some containers for results, the script source code and optionally some parameters.
| Method Summary | |
|---|---|
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)
|
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||