Uses of Class
org.apache.tapestry.StaleSessionException

Packages that use StaleSessionException
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.error   
 

Uses of StaleSessionException in org.apache.tapestry.engine
 

Methods in org.apache.tapestry.engine with parameters of type StaleSessionException
protected  void AbstractEngine.handleStaleSessionException(IRequestCycle cycle, StaleSessionException exception)
          Invoked by AbstractEngine.service(WebRequest, WebResponse) if a StaleSessionException is thrown by the service.
 

Uses of StaleSessionException in org.apache.tapestry.error
 

Methods in org.apache.tapestry.error with parameters of type StaleSessionException
 void StaleSessionExceptionPresenter.presentStaleSessionException(IRequestCycle cycle, StaleSessionException cause)
          Reports the stale session exception.
 void StaleSessionExceptionPresenterImpl.presentStaleSessionException(IRequestCycle cycle, StaleSessionException cause)