it.openutils.magnoliastripes
Class MagnoliaMultipartWrapper

java.lang.Object
  extended by it.openutils.magnoliastripes.MagnoliaMultipartWrapper
All Implemented Interfaces:
net.sourceforge.stripes.controller.multipart.MultipartWrapper
Direct Known Subclasses:
MagnoliaAlternateMultipartWrapper

public class MagnoliaMultipartWrapper
extends Object
implements net.sourceforge.stripes.controller.multipart.MultipartWrapper

An implementation of MultipartWrapper that delegates to the standard magnolia multipart form handling.

Version:
$Id: MagnoliaMultipartWrapper.java 3269 2011-01-23 19:06:39Z fgiust $
Author:
fgiust

Constructor Summary
MagnoliaMultipartWrapper()
           
 
Method Summary
 void build(javax.servlet.http.HttpServletRequest request, File tempDir, long maxPostSize)
          Nothing to do here
 Enumeration<String> getFileParameterNames()
          
 net.sourceforge.stripes.action.FileBean getFileParameterValue(String name)
          
 Enumeration<String> getParameterNames()
          
 String[] getParameterValues(String name)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MagnoliaMultipartWrapper

public MagnoliaMultipartWrapper()
Method Detail

build

public void build(javax.servlet.http.HttpServletRequest request,
                  File tempDir,
                  long maxPostSize)
           throws IOException,
                  net.sourceforge.stripes.controller.FileUploadLimitExceededException
Nothing to do here

Specified by:
build in interface net.sourceforge.stripes.controller.multipart.MultipartWrapper
Throws:
IOException
net.sourceforge.stripes.controller.FileUploadLimitExceededException

getParameterNames

public Enumeration<String> getParameterNames()

Specified by:
getParameterNames in interface net.sourceforge.stripes.controller.multipart.MultipartWrapper

getParameterValues

public String[] getParameterValues(String name)

Specified by:
getParameterValues in interface net.sourceforge.stripes.controller.multipart.MultipartWrapper

getFileParameterNames

public Enumeration<String> getFileParameterNames()

Specified by:
getFileParameterNames in interface net.sourceforge.stripes.controller.multipart.MultipartWrapper

getFileParameterValue

public net.sourceforge.stripes.action.FileBean getFileParameterValue(String name)

Specified by:
getFileParameterValue in interface net.sourceforge.stripes.controller.multipart.MultipartWrapper


Copyright © 2008-2011 Openmind. All Rights Reserved.