HDIV API 2.0.4

Uses of Class
org.hdiv.filter.RequestWrapper

Packages that use RequestWrapper
org.hdiv.config.multipart   
org.hdiv.filter   
 

Uses of RequestWrapper in org.hdiv.config.multipart
 

Methods in org.hdiv.config.multipart with parameters of type RequestWrapper
 void AbstractMultipartConfig.addFileParameter(RequestWrapper request, org.apache.commons.fileupload.FileItem item)
          Adds a file parameter to the set of file parameters for this request and also to the list of all parameters.
 void IMultipartConfig.addFileParameter(RequestWrapper request, org.apache.commons.fileupload.FileItem item)
          Adds a file parameter to the set of file parameters for this request and also to the list of all parameters.
 void SpringMVCMultipartConfig.addFileParameter(RequestWrapper request, org.apache.commons.fileupload.FileItem item)
          Adds a file parameter to the set of file parameters for this request and also to the list of all parameters.
 void IMultipartConfig.addTextParameter(RequestWrapper request, org.apache.commons.fileupload.FileItem item)
          Adds a regular text parameter to the set of text parameters for this request.
 void SpringMVCMultipartConfig.addTextParameter(RequestWrapper request, org.apache.commons.fileupload.FileItem fileItem)
          Adds a regular text parameter to the set of text parameters for this request.
 void Struts2MultipartConfig.addTextParameter(RequestWrapper request, org.apache.commons.fileupload.FileItem item)
          Adds a regular text parameter to the set of text parameters for this request.
 void StrutsMultipartConfig.addTextParameter(RequestWrapper request, org.apache.commons.fileupload.FileItem item)
          Adds a regular text parameter to the set of text parameters for this request.
 void IMultipartConfig.handleMultipartRequest(RequestWrapper request, javax.servlet.ServletContext servletContext)
          Parses the input stream and partitions the parsed items into a set of form fields and a set of file items.
 void SpringMVCMultipartConfig.handleMultipartRequest(RequestWrapper request, javax.servlet.ServletContext servletContext)
          Parses the input stream and partitions the parsed items into a set of form fields and a set of file items.
 void Struts2MultipartConfig.handleMultipartRequest(RequestWrapper request, javax.servlet.ServletContext servletContext)
          Parses the input stream and partitions the parsed items into a set of form fields and a set of file items.
 void StrutsMultipartConfig.handleMultipartRequest(RequestWrapper request, javax.servlet.ServletContext servletContext)
          Parses the input stream and partitions the parsed items into a set of form fields and a set of file items.
protected  void SpringMVCMultipartConfig.parseFileItems(RequestWrapper request, java.util.List fileItems)
          Parse the given List of Commons FileItems into a Spring MultipartParsingResult, containing Spring MultipartFile instances and a Map of multipart parameter.
 

Uses of RequestWrapper in org.hdiv.filter
 

Methods in org.hdiv.filter that return RequestWrapper
 RequestWrapper AbstractValidatorHelper.getRequestWrapper()
           
 RequestWrapper IValidationHelper.getRequestWrapper()
           
 

Methods in org.hdiv.filter with parameters of type RequestWrapper
 void AbstractValidatorHelper.setRequestWrapper(RequestWrapper requestWrapper)
           
 void IValidationHelper.setRequestWrapper(RequestWrapper request)
           
 


HDIV 2.0.4

Copyright © 2008 hdiv.org. All Rights Reserved.