
Public Member Functions | |
| void | appendToResponse (WOResponse aResponse, WOContext aContext) |
| void | awake () |
| boolean | displayContent () |
| NSMutableDictionary | displayCountDict () |
| int | displayCountForKey (String key) |
| ERXOncePerRequestConditional (WOContext context) | |
| WOActionResults | invokeAction (WORequest aRequest, WOContext aContext) |
| void | reset () |
| void | resetDict () |
| void | takeValuesFromRequest (WORequest aRequest, WOContext aContext) |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(ERXOncePerRequestConditional.class.getName()) |
Package Functions | |
| String | keyName () |
Package Attributes | |
| int | currentStage = -1 |
| String | keyName = null |
| ERXOncePerRequestConditional | ( | WOContext | context | ) |
Public constructor
| context | context of request |
| 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.
| void awake | ( | ) |
| boolean displayContent | ( | ) |
| NSMutableDictionary displayCountDict | ( | ) |
| int displayCountForKey | ( | String | key | ) |
| 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.
| void reset | ( | ) |
Reimplemented from ERXStatelessComponent.
| void resetDict | ( | ) |
| void takeValuesFromRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
Calls resetCachedBindingsInStatefulComponent prior to super.takeValuesFromRequest.
| request | from which the values will be taken | |
| context | of the request |
Reimplemented from ERXNonSynchronizingComponent.
int currentStage = -1 [package] |
final Logger log = Logger.getLogger(ERXOncePerRequestConditional.class.getName()) [static] |
logging support
1.5.8