|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry.error.StaleLinkExceptionPresenterImpl
public class StaleLinkExceptionPresenterImpl
Implementation of StaleLinkExceptionPresenter that uses a page
to present the exception. The page must implement a property named "message" of type String and
should present that message to the user.
| Constructor Summary | |
|---|---|
StaleLinkExceptionPresenterImpl()
|
|
| Method Summary | |
|---|---|
void |
presentStaleLinkException(IRequestCycle cycle,
StaleLinkException cause)
Reports the stale link exception. |
void |
setPageName(java.lang.String pageName)
|
void |
setResponseRenderer(ResponseRenderer responseRenderer)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StaleLinkExceptionPresenterImpl()
| Method Detail |
|---|
public void presentStaleLinkException(IRequestCycle cycle,
StaleLinkException cause)
throws java.io.IOException
StaleLinkExceptionPresenter
presentStaleLinkException in interface StaleLinkExceptionPresentercycle - the current request cyclecause - the exception that was caught
java.io.IOExceptionpublic void setPageName(java.lang.String pageName)
public void setResponseRenderer(ResponseRenderer responseRenderer)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||