org.apache.tapestry.error
Interface StaleSessionExceptionPresenter

All Known Implementing Classes:
PortletStaleSessionExceptionPresenter, 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)
                                  throws IOException
Reports the stale session exception.

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


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