public interface ScriptLocation
Modifier and Type | Method and Description |
---|---|
InputStream |
getInputStream()
Returns an input stream to the contents of the script
|
String |
getPath() |
Reader |
getReader()
Returns 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()
boolean isCachable()
boolean isSecure()
Copyright © 2005–2017 Alfresco Software. All rights reserved.