org.apache.tapestry.portlet
Class PortletStaleSessionExceptionPresenter

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

public class PortletStaleSessionExceptionPresenter
extends java.lang.Object
implements org.apache.tapestry.error.StaleSessionExceptionPresenter

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
PortletStaleSessionExceptionPresenter()
           
 
Method Summary
 void presentStaleSessionException(org.apache.tapestry.IRequestCycle cycle, org.apache.tapestry.StaleSessionException cause)
           
 void setGlobals(PortletRequestGlobals globals)
           
 void setRequestExceptionReporter(org.apache.tapestry.error.RequestExceptionReporter requestExceptionReporter)
           
 
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(org.apache.tapestry.IRequestCycle cycle,
                                         org.apache.tapestry.StaleSessionException cause)
Specified by:
presentStaleSessionException in interface org.apache.tapestry.error.StaleSessionExceptionPresenter

setGlobals

public void setGlobals(PortletRequestGlobals globals)

setRequestExceptionReporter

public void setRequestExceptionReporter(org.apache.tapestry.error.RequestExceptionReporter requestExceptionReporter)