PATH |
WOActionResults
Implemented by:WOComponent WOResponse
Package: com.webobjects.appserver
Interface Description
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 protocol. This interface implements only one method: generateResponse.
If you want to return any other class from a direct action, then that class must implement this protocol.
Instance Methods
generateResponse
public abstract WOResponse generateResponse()
© 2001 Apple Computer, Inc. (Last Published April 15, 2001)