Uses of Interface
org.apache.tapestry.error.StaleLinkExceptionPresenter

Packages that use StaleLinkExceptionPresenter
org.apache.tapestry.error   
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl   
 

Uses of StaleLinkExceptionPresenter in org.apache.tapestry.error
 

Classes in org.apache.tapestry.error that implement StaleLinkExceptionPresenter
 class StaleLinkExceptionPresenterImpl
          Implementation of StaleLinkExceptionPresenter that uses a page to present the exception.
 

Uses of StaleLinkExceptionPresenter in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return StaleLinkExceptionPresenter
 StaleLinkExceptionPresenter Infrastructure.getStaleLinkExceptionPresenter()
          The service responsible for reporting StaleLinkExceptions.
 

Uses of StaleLinkExceptionPresenter in org.apache.tapestry.services.impl
 

Methods in org.apache.tapestry.services.impl that return StaleLinkExceptionPresenter
 StaleLinkExceptionPresenter InfrastructureImpl.getStaleLinkExceptionPresenter()