Response |
ScriptRemote.call(java.lang.String uri) |
Invoke a specific URI on the default endpoint
|
Response |
ScriptRemoteConnector.call(java.lang.String uri) |
Invokes a URI on the endpoint via a GET request.
|
ScriptRemoteConnector |
ScriptRemote.connect() |
Constructs a remote connector to a default endpoint (if configured).
|
ScriptRemoteConnector |
ScriptRemote.connect(java.lang.String endpointId) |
Constructs a RemoteClient to a specific endpoint.
|
Response |
ScriptRemoteConnector.del(java.lang.String uri) |
Invokes a URI on a remote service as DELETE request.
|
java.lang.String |
ScriptableUtils.encodeHTML(java.lang.String s) |
|
java.lang.String |
ScriptableUtils.encodeJavaScript(java.lang.String s) |
|
Response |
ScriptRemoteConnector.get(java.lang.String uri) |
Invokes a GET request URI on the endpoint.
|
RemoteConfigElement.EndpointDescriptor |
ScriptRemoteConnector.getDescriptor() |
|
java.lang.String |
ScriptRemoteConnector.getEndpoint() |
Returns the endpoint string
|
java.lang.String |
ScriptRemote.getEndpointDescription(java.lang.String endpointId) |
Returns the description of an endpoint
|
java.lang.String[] |
ScriptRemote.getEndpointIds() |
Returns a list of the application endpoint ids
|
java.lang.String |
ScriptRemote.getEndpointName(java.lang.String endpointId) |
Returns the name of an endpoint
|
java.lang.String |
ScriptRemote.getEndpointURL(java.lang.String endpointId) |
Returns the configured URL for the given endpoint
|
boolean |
ScriptRemote.isEndpointPersistent(java.lang.String id) |
|
boolean |
ScriptLogger.isLoggingEnabled() |
|
boolean |
ScriptLogger.isWarnLoggingEnabled() |
|
void |
ScriptLogger.log(java.lang.String str) |
|
freemarker.ext.dom.NodeModel |
ScriptableUtils.parseXMLNodeModel(java.lang.String xml) |
Converts an xml string to a freemarker node model
|
Response |
ScriptRemoteConnector.post(java.lang.String uri,
java.lang.String body) |
Invokes a URI on a remote service, passing the supplied body as a POST request.
|
Response |
ScriptRemoteConnector.post(java.lang.String uri,
java.lang.String body,
java.lang.String contentType) |
Invokes a URI on a remote service, passing the supplied body as a POST request.
|
Response |
ScriptRemoteConnector.put(java.lang.String uri,
java.lang.String body) |
Invokes a URI on a remote service, passing the supplied body as a PUT request.
|
Response |
ScriptRemoteConnector.put(java.lang.String uri,
java.lang.String body,
java.lang.String contentType) |
Invokes a URI on a remote service, passing the supplied body as a PUT request.
|
java.lang.String |
ScriptableUtils.replaceLineBreaks(java.lang.String s) |
|
java.lang.String |
ScriptableUtils.stripEncodeUnsafeHTML(java.lang.String s) |
|
java.lang.String |
ScriptableUtils.stripUnsafeHTML(java.lang.String s) |
|
java.lang.String |
ScriptableUtils.urlDecode(java.lang.String s) |
|
java.lang.String |
ScriptableUtils.urlEncode(java.lang.String s) |
|
java.lang.String |
ScriptableUtils.urlEncodeComponent(java.lang.String s) |
|
void |
ScriptLogger.warn(java.lang.String str) |
|