public class ScriptProperties extends Object
| Constructor and Description |
|---|
ScriptProperties() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.MediaType |
getContentType() |
String |
getScript() |
org.springframework.core.io.Resource |
getScriptResource() |
protected org.springframework.core.io.Resource |
resolveResource(String resourceName) |
void |
setContentType(org.springframework.http.MediaType contentType) |
void |
setScript(String script) |
public org.springframework.http.MediaType getContentType()
public void setContentType(org.springframework.http.MediaType contentType)
public String getScript()
public void setScript(String script)
public org.springframework.core.io.Resource getScriptResource()
protected org.springframework.core.io.Resource resolveResource(String resourceName)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.