Uses of Class
org.apache.tapestry.StaleLinkException

Packages that use StaleLinkException
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.error   
 

Uses of StaleLinkException in org.apache.tapestry
 

Methods in org.apache.tapestry that throw StaleLinkException
 boolean IRequestCycle.isRewound(IComponent component)
          Checks to see if the current action id matches the target action id.
 

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.
 

Methods in org.apache.tapestry.engine that throw StaleLinkException
 boolean RequestCycle.isRewound(IComponent component)
           
 

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)