public class StaleSessionExceptionPresenterImpl extends java.lang.Object implements StaleSessionExceptionPresenter
StaleSessionException.| Constructor and Description |
|---|
StaleSessionExceptionPresenterImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
presentStaleSessionException(IRequestCycle cycle,
StaleSessionException cause)
Reports the stale session exception.
|
void |
setPageName(java.lang.String pageName) |
void |
setResponseRenderer(ResponseRenderer responseRenderer) |
public StaleSessionExceptionPresenterImpl()
public void presentStaleSessionException(IRequestCycle cycle, StaleSessionException cause) throws java.io.IOException
StaleSessionExceptionPresenterpresentStaleSessionException in interface StaleSessionExceptionPresentercycle - the current request cyclecause - the exception that was caughtjava.io.IOExceptionpublic void setPageName(java.lang.String pageName)
public void setResponseRenderer(ResponseRenderer responseRenderer)