com.microstrategy.utils.proxy.PacScriptSource |
![]() |
An source to fetch the PAC script from.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getScriptContent()
Gets the PAC script content as String.
| ||||||||||
abstract boolean |
isScriptValid()
Checks if the content of the script is valid and if it is possible
to use this script source for a PAC selector.
|
Gets the PAC script content as String.
IOException | on read error. |
---|
Checks if the content of the script is valid and if it is possible to use this script source for a PAC selector. Note that this might trigger a download of the script content from a remote location.