Uses of Class
org.apache.tapestry.PageRedirectException

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

Uses of PageRedirectException in org.apache.tapestry.engine
 

Methods in org.apache.tapestry.engine with parameters of type PageRedirectException
protected  void AbstractEngine.handlePageRedirectException(IRequestCycle cycle, PageRedirectException exception)
          Handles PageRedirectException which involves executing IRequestCycle.activate(IPage) on the target page (of the exception), until either a loop is found, or a page succesfully activates.
 



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