com.goodeast.webobjects.switchablestring
Interface SSHelper.Callbacks

Enclosing interface:
SSHelper

public static interface SSHelper.Callbacks

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

callSuperAppendToResponse

public void callSuperAppendToResponse(com.webobjects.appserver.WOResponse r,
                                      com.webobjects.appserver.WOContext c)
Used to call the superclass appendToResponse() method from within the helper.

Parameters:
r - The current WOResponse
c - The current WOContext

callSuperTakeValuesFromRequest

public void callSuperTakeValuesFromRequest(com.webobjects.appserver.WORequest r,
                                           com.webobjects.appserver.WOContext c)
Used to call the superclass takeVaulesFromResponse() method from within the helper.

Parameters:
r - The current WORequest
c - The current WOContext