Uses of Interface
net.sourceforge.stripes.action.Resolution

Packages that use Resolution
net.sourceforge.stripes.action This package defines the ActionBean interface and related classes and interfaces for writing ActionBeans. 
net.sourceforge.stripes.controller This package contains classes which form the core internals of Stripes. 
net.sourceforge.stripes.validation This package contains interfaces and implementations of error message classes and of classes that convert Strings to rich objects, providing validation during the conversion. 
 

Uses of Resolution in net.sourceforge.stripes.action
 

Classes in net.sourceforge.stripes.action that implement Resolution
 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.
 class StreamingResolution
          Resolution for streaming data back to the client (in place of forwarding the user to another page).
 

Methods in net.sourceforge.stripes.action that return Resolution
 Resolution ActionBeanContext.getSourcePageResolution()
          Returns a resolution that can be used to return the user to the page from which they submitted they current request.
 

Uses of Resolution in net.sourceforge.stripes.controller
 

Methods in net.sourceforge.stripes.controller that return Resolution
protected  Resolution DispatcherServlet.getErrorResolution(HttpServletRequest request)
          Determines the page to send the user to (and how) in case of validation errors.
 

Uses of Resolution in net.sourceforge.stripes.validation
 

Methods in net.sourceforge.stripes.validation that return Resolution
 Resolution ValidationErrorHandler.handleValidationErrors(ValidationErrors errors)
          Allows the ActionBean to influence what happens when validaiton errors occur during validation and binding.
 



© Copyright 2005, Stripes Development Team.