PATH |
NextPageDelegate
- Package:
- com.webobjects.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
sender
argument contains the Direct to Web template instance that invokes the method. If this method is not implemented, the sender
is redisplayed.© 2001 Apple Computer, Inc.