org.apache.tapestry.portlet
Class PortletStaleLinkExceptionPresenter

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

public class PortletStaleLinkExceptionPresenter
extends Object
implements StaleLinkExceptionPresenter

Implementation of StaleLinkExceptionPresenter for Portlets.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
PortletStaleLinkExceptionPresenter()
           
 
Method Summary
 void presentStaleLinkException(IRequestCycle cycle, StaleLinkException cause)
          Reports the stale link 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

PortletStaleLinkExceptionPresenter

public PortletStaleLinkExceptionPresenter()
Method Detail

presentStaleLinkException

public void presentStaleLinkException(IRequestCycle cycle,
                                      StaleLinkException cause)
                               throws IOException
Description copied from interface: StaleLinkExceptionPresenter
Reports the stale link exception.

Specified by:
presentStaleLinkException in interface StaleLinkExceptionPresenter
Parameters:
cycle - the current request cycle
cause - the exception that was caught
Throws:
IOException

setGlobals

public void setGlobals(PortletRequestGlobals globals)


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