org.apache.tapestry.portlet
Class PortletStaleLinkExceptionPresenter

java.lang.Object
  extended byorg.apache.tapestry.portlet.PortletStaleLinkExceptionPresenter
All Implemented Interfaces:
org.apache.tapestry.error.StaleLinkExceptionPresenter

public class PortletStaleLinkExceptionPresenter
extends java.lang.Object
implements org.apache.tapestry.error.StaleLinkExceptionPresenter

Implementation of StaleLinkExceptionPresenter for Portlets.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
PortletStaleLinkExceptionPresenter()
           
 
Method Summary
 void presentStaleLinkException(org.apache.tapestry.IRequestCycle cycle, org.apache.tapestry.StaleLinkException 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

PortletStaleLinkExceptionPresenter

public PortletStaleLinkExceptionPresenter()
Method Detail

presentStaleLinkException

public void presentStaleLinkException(org.apache.tapestry.IRequestCycle cycle,
                                      org.apache.tapestry.StaleLinkException cause)
Specified by:
presentStaleLinkException in interface org.apache.tapestry.error.StaleLinkExceptionPresenter

setGlobals

public void setGlobals(PortletRequestGlobals globals)

setRequestExceptionReporter

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