org.apache.tapestry.error
Class StaleSessionExceptionPresenterImpl

java.lang.Object
  extended by org.apache.tapestry.error.StaleSessionExceptionPresenterImpl
All Implemented Interfaces:
StaleSessionExceptionPresenter

public class StaleSessionExceptionPresenterImpl
extends Object
implements StaleSessionExceptionPresenter

Used to activate a particular page to report the StaleSessionException.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
StaleSessionExceptionPresenterImpl()
           
 
Method Summary
 void presentStaleSessionException(IRequestCycle cycle, StaleSessionException cause)
          Reports the stale session exception.
 void setPageName(String pageName)
           
 void setResponseRenderer(ResponseRenderer responseRenderer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaleSessionExceptionPresenterImpl

public StaleSessionExceptionPresenterImpl()
Method Detail

presentStaleSessionException

public void presentStaleSessionException(IRequestCycle cycle,
                                         StaleSessionException cause)
                                  throws IOException
Description copied from interface: StaleSessionExceptionPresenter
Reports the stale session exception.

Specified by:
presentStaleSessionException in interface StaleSessionExceptionPresenter
Parameters:
cycle - the current request cycle
cause - the exception that was caught
Throws:
IOException

setPageName

public void setPageName(String pageName)

setResponseRenderer

public void setResponseRenderer(ResponseRenderer responseRenderer)


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