Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Direct to Web

[Table of Contents]

NextPageDelegate


Package:
com.apple.yellow.directtoweb

Interface Description



This interface defines the nextPage method that a Direct to Web template can invoke in its next page delegate. See the "Customizing a Direct to Web Application" chapter of Developing WebObjects Applications With Direct to Web for more information about using the next page delegate.

Method Types


nextPage


Methods



nextPage


abstract public WOComponent nextPage(WOComponent sender)

This action method is invoked when the user leaves a Direct to Web page. It returns the next page (a WOComponent object) to display. The sender argument contains the Direct to Web template instance that invokes the method. If this method is not implemented, the sender is redisplayed.


[Table of Contents]