|
WebObjects 5.4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorPageInterface
This interface is implemented by pages returned by the D2W method
errorPageForEntityNamed
. Use methods defined in this
interface to initialize a newly created error page.
Method Summary | |
---|---|
void |
setMessage(String errorMessage)
Sets the message displayed by the error page. |
void |
setNextPage(WOComponent nextPage)
Sets page to display when the user clicks 'Return' in the error page. |
Method Detail |
---|
void setMessage(String errorMessage)
errorMessage
- text displayed in error pagevoid setNextPage(WOComponent nextPage)
nextPage
- page returned when 'Return' button is clicked in the page
|
Last updated June 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |