Uses of Class
net.sourceforge.stripes.action.OnwardResolution

Packages that use OnwardResolution
net.sourceforge.stripes.action This package defines the ActionBean interface and related classes and interfaces for writing ActionBeans. 
 

Uses of OnwardResolution in net.sourceforge.stripes.action
 

Classes in net.sourceforge.stripes.action with type parameters of type OnwardResolution
 class OnwardResolution<T extends OnwardResolution<T>>
          Abstract class that provides a consistent API for all Resolutions that send the user onward to another view - either by forwarding, redirecting or some other mechanism.
 

Subclasses of OnwardResolution in net.sourceforge.stripes.action
 class ForwardResolution
          Resolution that uses the Servlet API to forward the user to another path within the same web application using a server side forward.
 class RedirectResolution
          Resolution that uses the Servlet API to redirect the user to another path by issuing a client side redirect.
 



? Copyright 2005-2006, Stripes Development Team.