Uses of Class
net.sourceforge.stripes.controller.StripesRequestWrapper

Packages that use StripesRequestWrapper
net.sourceforge.stripes.controller This package contains classes which form the core internals of Stripes. 
 

Uses of StripesRequestWrapper in net.sourceforge.stripes.controller
 

Methods in net.sourceforge.stripes.controller that return StripesRequestWrapper
static StripesRequestWrapper StripesRequestWrapper.findStripesWrapper(ServletRequest request)
          Looks for the StripesRequesetWrapper for the specific request and returns it.
static StripesRequestWrapper FlashRequest.replaceRequest(HttpServletRequest request)
          Finds the StripesRequestWrapper for the supplied request and swaps out the underlying request for an instance of FlashRequest.
protected  StripesRequestWrapper StripesFilter.wrapRequest(HttpServletRequest servletRequest)
          Wraps the HttpServletRequest with a StripesServletRequest.
 

Methods in net.sourceforge.stripes.controller with parameters of type StripesRequestWrapper
protected  void DefaultActionBeanPropertyBinder.checkSingleRequiredField(String name, String strippedName, String[] values, StripesRequestWrapper req, ValidationErrors errors)
           Checks to see if a single field's set of values are 'present', where that is defined as having one or more values, and where each value is a non-empty String after it has had white space trimmed from each end.
 



? Copyright 2005-2006, Stripes Development Team.