|
WebObjects 5.4.1 | ||||||||
| 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 Wednesday, January 23, 2008 14:25 PST | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||