org.apache.tapestry.portlet
Class PortletStaleLinkExceptionPresenter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletStaleLinkExceptionPresenter
public PortletStaleLinkExceptionPresenter()
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 cyclecause
- the exception that was caught
- Throws:
IOException
setGlobals
public void setGlobals(PortletRequestGlobals globals)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.