| 
WebObjects 5.2.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The WOActionResults interface is the return type for direct actions. As a
 convenience, direct actions can return either WOComponent objects or
 WOResponse objects, both of which implement the WOActionResults interface.
 This interface defines only one method: generateResponse.
If you want to return any other class from a direct action, then that class must implement this interface.
generateResponse()| Method Summary | |
 WOResponse | 
generateResponse()
Returns a response object.  | 
| Method Detail | 
public WOResponse generateResponse()
appendToResponse on itself and all children components in its template and
 returns the result as a WOResponse object. If you want to return any other class
 from a direct action, then that class must implement this method.
  | 
Last updated Mon Oct 13 15:42:52 PDT 2003. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||