ERXUniquingWrapper Class Reference
Inherits com::webobjects::appserver::_private::WODynamicGroup.
List of all members.
|
Public Member Functions |
| void | appendToResponse (WOResponse response, WOContext context) |
| | ERXUniquingWrapper (String name, NSDictionary associations, WOElement template) |
| WOActionResults | invokeAction (WORequest request, WOContext context) |
| void | takeValuesFromRequest (WORequest request, WOContext context) |
Private Member Functions |
| String | id (WOComponent component) |
Private Attributes |
| WOAssociation | _id |
Static Private Attributes |
| static final Logger | log = Logger.getLogger(ERXTolerantWrapper.class) |
Detailed Description
Needed when you have a component content and the state of the wrapper changes. In that case, you might get the same element id and then switch
components will get the wrong value from their cache. It's very hard to explain, take a look at the
ERXTabPanel :) id is to append to the element ID
- Author:
- ak
Constructor & Destructor Documentation
Member Function Documentation
| void appendToResponse |
( |
WOResponse |
response, |
|
|
WOContext |
context | |
|
) |
| | |
| String id |
( |
WOComponent |
component |
) |
[private] |
| WOActionResults invokeAction |
( |
WORequest |
request, |
|
|
WOContext |
context | |
|
) |
| | |
| void takeValuesFromRequest |
( |
WORequest |
request, |
|
|
WOContext |
context | |
|
) |
| | |
Member Data Documentation
WOAssociation _id [private] |
final Logger log = Logger.getLogger(ERXTolerantWrapper.class) [static, private] |
The documentation for this class was generated from the following file: