PATH |
ErrorPageInterface
- Implemented by:
- D2WErrorPage
- Package:
- com.webobjects.directtoweb
Interface Description
This interface is the return value for the 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.
© 2001 Apple Computer, Inc.