org.apache.tapestry.portlet
Class PortletStaleSessionExceptionPresenter

java.lang.Object
  extended by org.apache.tapestry.portlet.PortletStaleSessionExceptionPresenter
All Implemented Interfaces:
StaleSessionExceptionPresenter

public class PortletStaleSessionExceptionPresenter
extends Object
implements StaleSessionExceptionPresenter

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
PortletStaleSessionExceptionPresenter()
           
 
Method Summary
 void presentStaleSessionException(IRequestCycle cycle, StaleSessionException cause)
          Reports the stale session exception.
 void setGlobals(PortletRequestGlobals globals)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletStaleSessionExceptionPresenter

public PortletStaleSessionExceptionPresenter()
Method Detail

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 cycle
cause - the exception that was caught

setGlobals

public void setGlobals(PortletRequestGlobals globals)


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.