@ConfigurationProperties(prefix="jython") public class JythonScriptProperties extends ScriptProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
JythonScriptProperties.Delimiter |
| Constructor and Description |
|---|
JythonScriptProperties() |
| Modifier and Type | Method and Description |
|---|---|
JythonScriptProperties.Delimiter |
getDelimiter() |
String |
getScript() |
String |
getVariables() |
void |
setDelimiter(JythonScriptProperties.Delimiter delimiter) |
void |
setVariables(String variables) |
getContentType, getScriptResource, resolveResource, setContentType, setScriptpublic String getVariables()
public void setVariables(String variables)
public JythonScriptProperties.Delimiter getDelimiter()
public void setDelimiter(JythonScriptProperties.Delimiter delimiter)
public String getScript()
getScript in class ScriptPropertiesCopyright © 2019 Pivotal Software, Inc.. All rights reserved.