
Classes | |
| class | Action |
Public Member Functions | |
| AjaxSessionPing (String name, NSDictionary associations, WOElement children) | |
| void | appendToResponse (WOResponse response, WOContext context) |
| NSDictionary | createAjaxOptions (WOComponent component) |
| WOActionResults | handleRequest (WORequest request, WOContext context) |
Protected Member Functions | |
| void | addRequiredWebResources (WOResponse response, WOContext context) |
frequency the period between pings of the application (optional, default 60 seconds) keepSessionAlive true if session should be checked out to reset timeout when the application is pinged (optional, default false) parameters optional URL parameter string appended when application is pinged (optional, no default) onFailure function to execute if the session has expired or other HTTP error code returned from ping (optional, default "function(response) { window.close();}") asynchronous true if the ping should be made asynchronously (optional, default true) evalScripts true if the ping results may contain JavaScript that should be evaluated (optional, default false) method the HTTP request method to use for the ping (optional, default "get")
| AjaxSessionPing | ( | String | name, | |
| NSDictionary | associations, | |||
| WOElement | children | |||
| ) |
| void addRequiredWebResources | ( | WOResponse | response, | |
| WOContext | context | |||
| ) | [protected, virtual] |
Uses Prototype and Wonder
Implements AjaxDynamicElement.
| void appendToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
Appends script to start Ajax.ActivePeriodicalUpdater to the response.
Reimplemented from AjaxDynamicElement.
| NSDictionary createAjaxOptions | ( | WOComponent | component | ) |
Gathers the bindings into an AjaxOptions dictionary.
| component | the component to evaluate the bindings in |
| WOActionResults handleRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) | [virtual] |
Unused.
Implements AjaxDynamicElement.
1.5.8