Uses of Class
org.apache.tapestry.StaleLinkException

Packages that use StaleLinkException
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.error Defines various services / utilies for error reporting. 
org.apache.tapestry.portlet Core portlet services. 
 

Uses of StaleLinkException in org.apache.tapestry.engine
 

Methods in org.apache.tapestry.engine with parameters of type StaleLinkException
protected  void AbstractEngine.handleStaleLinkException(IRequestCycle cycle, StaleLinkException exception)
          Invoked by AbstractEngine.service(WebRequest, WebResponse) if a StaleLinkException is thrown by the service.
 

Uses of StaleLinkException in org.apache.tapestry.error
 

Methods in org.apache.tapestry.error with parameters of type StaleLinkException
 void StaleLinkExceptionPresenter.presentStaleLinkException(IRequestCycle cycle, StaleLinkException cause)
          Reports the stale link exception.
 void StaleLinkExceptionPresenterImpl.presentStaleLinkException(IRequestCycle cycle, StaleLinkException cause)
           
 

Uses of StaleLinkException in org.apache.tapestry.portlet
 

Methods in org.apache.tapestry.portlet with parameters of type StaleLinkException
 void PortletStaleLinkExceptionPresenter.presentStaleLinkException(IRequestCycle cycle, StaleLinkException cause)
           
 



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