|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScriptLocation
Interface encapsulating the location of a script and providing access to it.
Method Summary | |
---|---|
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. |
Method Detail |
---|
java.io.InputStream getInputStream()
java.io.Reader getReader()
java.lang.String getPath()
boolean isCachable()
boolean isSecure()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |