|
WebObjects 5.2.3 | ||||||||||
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 Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |