AJAXHelper Methods |
The AJAXHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | BuildResponse |
Builds the response string from given response array.
|
![]() ![]() | EnsureURLPrefixes(ArrayList, String, String) |
Ensures that all local URLs have given prefix
|
![]() ![]() | EnsureURLPrefixes(String, String, String) |
Ensures that all local URLs have given prefix
|
![]() ![]() | EnsureURLPrefixes(ArrayList, String, String, URLHelperPathModifierHandler) |
Ensures that all local URLs have given prefix
|
![]() ![]() | EnsureURLPrefixes(String, String, String, URLHelperPathModifierHandler) |
Ensures that all local URLs have given prefix
|
![]() ![]() | GetNextField |
Gets the next field from the AJAX response (all text until next separator).
|
![]() ![]() | ParseResponse |
Parses the AJAX response returning the list of string arrays [length, type, id, content].
|
![]() ![]() | ResolveURLs(ArrayList, String) |
Resolves URLs in the response array content.
|
![]() ![]() | ResolveURLs(String, String) |
Resolves URLs in the response array content.
|