Inherited by ERXWOLongResponsePage, and RefreshPage0.

Public Member Functions | |
| void | appendToResponse (WOResponse aResponse, WOContext aContext) |
| WOComponent | cancel () |
| WOComponent | cancelPageForStatus (Object aStatus) |
| WOActionResults | invokeAction (WORequest aRequest, WOContext aContext) |
| boolean | isCancelled () |
| WOComponent | pageForException (Exception exception) |
| WOComponent | pageForResult (Object aResult) |
| abstract Object | performAction () |
| WOComponent | refresh () |
| double | refreshInterval () |
| WOComponent | refreshPageForStatus (Object aStatus) |
| Object | result () |
| void | run () |
| void | setCancelled (boolean aBool) |
| void | setRefreshInterval (double interval) |
| void | setResult (Object anObject) |
| void | setStatus (Object anObject) |
| Object | status () |
| WOLongResponsePage (WOContext aContext) | |
Protected Member Functions | |
| Exception | _exception () |
| void | _finishInitialization () |
| void | _setException (Exception anObject) |
Protected Attributes | |
| boolean | _cancelled |
| boolean | _done |
| boolean | _doneAndRefreshed |
| Exception | _exception |
| boolean | _performingAction |
| int | _refreshInterval |
| Object | _result |
| Object | _status |
Static Package Attributes | |
| static String | WOMetaRefreshSenderId = "WOMetaRefresh" |
| WOLongResponsePage | ( | WOContext | aContext | ) |
| Exception _exception | ( | ) | [protected] |
| void _finishInitialization | ( | ) | [protected] |
| void _setException | ( | Exception | anObject | ) | [protected] |
| void appendToResponse | ( | WOResponse | aResponse, | |
| WOContext | aContext | |||
| ) |
Reimplemented in RefreshPage0.
| WOComponent cancel | ( | ) |
| WOComponent cancelPageForStatus | ( | Object | aStatus | ) |
| WOActionResults invokeAction | ( | WORequest | aRequest, | |
| WOContext | aContext | |||
| ) |
| boolean isCancelled | ( | ) |
| WOComponent pageForException | ( | Exception | exception | ) |
| WOComponent pageForResult | ( | Object | aResult | ) |
Reimplemented in RefreshPage0.
| abstract Object performAction | ( | ) | [pure virtual] |
Implemented in RefreshPage0.
| WOComponent refresh | ( | ) |
| double refreshInterval | ( | ) |
| WOComponent refreshPageForStatus | ( | Object | aStatus | ) |
Reimplemented in RefreshPage0.
| Object result | ( | ) |
| void run | ( | ) |
Reimplemented in ERXWOLongResponsePage.
| void setCancelled | ( | boolean | aBool | ) |
| void setRefreshInterval | ( | double | interval | ) |
| void setResult | ( | Object | anObject | ) |
| void setStatus | ( | Object | anObject | ) |
| Object status | ( | ) |
boolean _cancelled [protected] |
boolean _done [protected] |
boolean _doneAndRefreshed [protected] |
Exception _exception [protected] |
boolean _performingAction [protected] |
int _refreshInterval [protected] |
Object _result [protected] |
Object _status [protected] |
String WOMetaRefreshSenderId = "WOMetaRefresh" [static, package] |
1.5.8