
Public Member Functions | |
| void | appendToResponse (WOResponse aResponse, WOContext aContext) |
| ERXLongResponse (WOContext aContext) | |
| WOActionResults | invokeAction (WORequest aRequest, WOContext aContext) |
| WOComponent | refresh () |
| int | refreshInterval () |
| void | setRefreshInterval (int value) |
| void | setTask (ERXLongResponseTask task) |
| ERXLongResponseTask | task () |
Protected Attributes | |
| boolean | _doneAndRefreshed |
| boolean | _performingAction |
| Number | _refreshInterval |
| ERXLongResponseTask | _task |
Static Package Attributes | |
| static String | WOMetaRefreshSenderId = "WOMetaRefresh" |
Static Private Attributes | |
| static final Logger | log = Logger.getLogger(ERXLongResponse.class) |
task implementation of ERXLongResponseTask
| ERXLongResponse | ( | WOContext | aContext | ) |
| void appendToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
Calls resetCachedBindingsInStatefulComponent prior to super.appendToResponse.
| response | to which we are appending | |
| context | context of the response |
Reimplemented from ERXNonSynchronizingComponent.
| WOActionResults invokeAction | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
Calls resetCachedBindingsInStatefulComponent prior to super.invokeAction.
| request | for which the action is invoked | |
| context | of the request |
Reimplemented from ERXNonSynchronizingComponent.
| WOComponent refresh | ( | ) |
| int refreshInterval | ( | ) |
| void setRefreshInterval | ( | int | value | ) |
| void setTask | ( | ERXLongResponseTask | task | ) |
| ERXLongResponseTask task | ( | ) |
boolean _doneAndRefreshed [protected] |
boolean _performingAction [protected] |
Number _refreshInterval [protected] |
ERXLongResponseTask _task [protected] |
String WOMetaRefreshSenderId = "WOMetaRefresh" [static, package] |
1.5.8