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)
           
 
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)
                               throws java.io.IOException
Specified by:
presentStaleLinkException in interface org.apache.tapestry.error.StaleLinkExceptionPresenter
Throws:
java.io.IOException

setGlobals

public void setGlobals(PortletRequestGlobals globals)