|
WebObjects 5.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WOActionResults
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 |
---|
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 Tuesday, October 9, 2007 08:58 PDT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |