public interface ScriptLocation
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getInputStream()
Returns an input stream to the contents of the script
|
java.lang.String |
getPath() |
java.io.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.
|
java.io.InputStream getInputStream()
java.io.Reader getReader()
java.lang.String getPath()
boolean isCachable()
boolean isSecure()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.