org.apache.tapestry.error
Interface StaleLinkExceptionPresenter

All Known Implementing Classes:
StaleLinkExceptionPresenterImpl

public interface StaleLinkExceptionPresenter

Service interface for informing the user about a StaleLinkException.

Since:
4.0
Author:
Howard M. Lewis Ship

Method Summary
 void presentStaleLinkException(IRequestCycle cycle, StaleLinkException cause)
          Reports the stale link exception.
 

Method Detail

presentStaleLinkException

void presentStaleLinkException(IRequestCycle cycle,
                               StaleLinkException cause)
Reports the stale link exception.

Parameters:
cycle - the current request cycle
cause - the exception that was caught