org.apache.tapestry.error
Class StaleSessionExceptionPresenterImpl
java.lang.Object
org.apache.tapestry.error.StaleSessionExceptionPresenterImpl
- All Implemented Interfaces:
- StaleSessionExceptionPresenter
- public class StaleSessionExceptionPresenterImpl
- extends java.lang.Object
- implements StaleSessionExceptionPresenter
Used to activate a particular page to report the
StaleSessionException
.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaleSessionExceptionPresenterImpl
public StaleSessionExceptionPresenterImpl()
presentStaleSessionException
public void presentStaleSessionException(IRequestCycle cycle,
StaleSessionException cause)
- Description copied from interface:
StaleSessionExceptionPresenter
- Reports the stale session exception.
- Specified by:
presentStaleSessionException
in interface StaleSessionExceptionPresenter
- Parameters:
cycle
- the current request cyclecause
- the exception that was caught
setPageName
public void setPageName(java.lang.String pageName)
setRequestExceptionReporter
public void setRequestExceptionReporter(RequestExceptionReporter requestExceptionReporter)
setResponseRenderer
public void setResponseRenderer(ResponseRenderer responseRenderer)