Jaxer.CallbackManager : Object
Return to: Jaxer Framework index

A namespace object holding functions and members for preparing the callback data at the end of page processing that will allow the page to call back its server-side functions.

Platform Support

Jaxer Server FrameworkJaxer Client Framework
1.0no

Functions

MethodActionJaxer Server FrameworkJaxer Client Framework
static getCallbackKey(String pageName, String crc32) : String
Generate the unique key by which callbacks are stored/cached

(Advanced)
Show Details1.0no

Parameters
StringpageNameThe name identifying the page that was served
Stringcrc32The crc32 signature of the callback contents, used to see whether the code was changed

Returns
StringThe key uniquely identifying the callback page

static processCallbacks(Document doc) : void
Process all functions for possible caching, proxying, and callback invocation.

(Advanced)
Show Details1.0no

Parameters
DocumentdocThe current document's DocumentElement. This is used to create elements in the active DOM as needed.

aptana_docs