org.apache.tapestry.portlet
Class PortletStaleSessionExceptionPresenter
java.lang.Object
org.apache.tapestry.portlet.PortletStaleSessionExceptionPresenter
- All Implemented Interfaces:
- StaleSessionExceptionPresenter
public class PortletStaleSessionExceptionPresenter
- extends Object
- implements StaleSessionExceptionPresenter
- 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 |
PortletStaleSessionExceptionPresenter
public PortletStaleSessionExceptionPresenter()
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
setGlobals
public void setGlobals(PortletRequestGlobals globals)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.