public interface ScriptContent
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream()
Gets an input stream to the contents of the script
|
String |
getPath()
Gets the path to the content
|
String |
getPathDescription()
Gets path description
|
Reader |
getReader()
Gets a reader to the contents of the script
|
boolean |
isCachable()
Returns true if the script content is considered cachedable - i.e.
|
boolean |
isSecure()
Returns true if the script location is considered secure - i.e.
|
InputStream getInputStream()
Reader getReader()
String getPath()
String getPathDescription()
boolean isCachable()
boolean isSecure()
Copyright © 2005–2018 Alfresco Software. All rights reserved.