PATH  WebObjects 4.0 Documentation > What's New in WebObjects 4.0

Table of Contents Previous Section

WOActionResults Protocol and Interface

WOActionResults is an Objective-C protocol and Java interface that is now adopted by WOResponse and WOComponent. It defines one method:
WOActionResults
Method Description
generateResponse Returns a WOResponse object. WOResponse's implementation simply returns itself. WOComponent creates a WOResponse object by sending itself the appendToResponse:inContext: message.

Table of Contents Next Section