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

[Table of Contents]

ErrorPageInterface


Implemented by:
D2WErrorPage
Package:
com.apple.yellow.directtoweb

Interface Description



This interface is the return value for the D2W errorPage methods that create error pages. The methods defined by this interface initialize the newly created page.

Method Types


Managing the Next Page Parameters
setNextPage

Setting the Message
setMessage


Methods



setMessage


public abstract void setMessage(String message)

Sets the message displayed by the receiver.



setNextPage


abstract public void setNextPage(WOComponent nextPage)

Sets the page that displayed when the user clicks Return in the error page.


[Table of Contents]