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

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

Uses of RedirectResolution in net.sourceforge.stripes.action
 

Methods in net.sourceforge.stripes.action that return RedirectResolution
 RedirectResolution RedirectResolution.flash(ActionBean bean)
          Causes the ActionBean supplied to be added to the Flash scope and made available during the next request cycle.
 RedirectResolution RedirectResolution.includeRequestParameters(boolean inc)
          If set to true, will cause absolutely all request parameters present in the current request to be appended to the redirect URL that will be sent to the browser.
 RedirectResolution RedirectResolution.setAnchor(String anchor)
          This method is overridden to make it public.
 



? Copyright 2005-2006, Stripes Development Team.