Click or drag to resize
AJAXHelper Methods

The AJAXHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBuildResponse
Builds the response string from given response array.
Public methodStatic memberEnsureURLPrefixes(ArrayList, String, String)
Ensures that all local URLs have given prefix
Public methodStatic memberEnsureURLPrefixes(String, String, String)
Ensures that all local URLs have given prefix
Public methodStatic memberEnsureURLPrefixes(ArrayList, String, String, URLHelperPathModifierHandler)
Ensures that all local URLs have given prefix
Public methodStatic memberEnsureURLPrefixes(String, String, String, URLHelperPathModifierHandler)
Ensures that all local URLs have given prefix
Public methodStatic memberGetNextField
Gets the next field from the AJAX response (all text until next separator).
Public methodStatic memberParseResponse
Parses the AJAX response returning the list of string arrays [length, type, id, content].
Public methodStatic memberResolveURLs(ArrayList, String)
Resolves URLs in the response array content.
Public methodStatic memberResolveURLs(String, String)
Resolves URLs in the response array content.
Public methodStatic memberResolveURLs(ArrayList, String, Boolean)
Resolves URLs in the response array content.
Public methodStatic memberResolveURLs(String, String, Boolean)
Resolves URLs in the response array content.
Top
See Also