|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Used to provide callbacks into the dynamic elements so that the helper can call superclass methods.
Method Summary | |
void |
callSuperAppendToResponse(com.webobjects.appserver.WOResponse r,
com.webobjects.appserver.WOContext c)
Used to call the superclass appendToResponse() method from within the helper. |
void |
callSuperTakeValuesFromRequest(com.webobjects.appserver.WORequest r,
com.webobjects.appserver.WOContext c)
Used to call the superclass takeVaulesFromResponse() method from within the helper. |
Method Detail |
public void callSuperAppendToResponse(com.webobjects.appserver.WOResponse r, com.webobjects.appserver.WOContext c)
r
- The current WOResponsec
- The current WOContextpublic void callSuperTakeValuesFromRequest(com.webobjects.appserver.WORequest r, com.webobjects.appserver.WOContext c)
r
- The current WORequestc
- The current WOContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |