AJAXHelper MembersKentico 8.0 API Reference
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, URLHelper PathModifierHandler)
Ensures that all local URLs have given prefix
Public methodStatic memberEnsureURLPrefixes(String, String, String, URLHelper PathModifierHandler)
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.
Back to Top
Fields

  NameDescription
Public fieldStatic memberFIELD_CONTENT
Content field index.
Public fieldStatic memberFIELD_ID
ID field index.
Public fieldStatic memberFIELD_LENGTH
Length field index.
Public fieldStatic memberFIELD_TYPE
Type field index.
Public fieldStatic memberSEPARATOR
Field separator.
Back to Top
Properties

  NameDescription
Public propertyStatic memberAjaxToolkitVersion
Returns major verion of loaded ajaxtoolkit.
Back to Top
See Also