org.apache.tapestry.error
Interface StaleSessionExceptionPresenter

All Known Implementing Classes:
StaleSessionExceptionPresenterImpl

public interface StaleSessionExceptionPresenter

Interface for a service used to report stale session exceptions.

Since:
4.0
Author:
Howard M. Lewis Ship

Method Summary
 void presentStaleSessionException(IRequestCycle cycle, StaleSessionException cause)
          Reports the stale session exception.
 

Method Detail

presentStaleSessionException

void presentStaleSessionException(IRequestCycle cycle,
                                  StaleSessionException cause)
Reports the stale session exception.

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