org.apache.tapestry.error
Class StaleSessionExceptionPresenterImpl
java.lang.Object
org.apache.tapestry.error.StaleSessionExceptionPresenterImpl
- All Implemented Interfaces:
- StaleSessionExceptionPresenter
public class StaleSessionExceptionPresenterImpl
- extends 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)
throws IOException
- 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
- Throws:
IOException
setPageName
public void setPageName(String pageName)
setResponseRenderer
public void setResponseRenderer(ResponseRenderer responseRenderer)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.