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
StaleSessionExceptionPresenter
presentStaleSessionException
in interface StaleSessionExceptionPresenter
cycle
- the current request cyclecause
- the exception that was caughtjava.io.IOException
public void setPageName(java.lang.String pageName)
public void setResponseRenderer(ResponseRenderer responseRenderer)