|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.openutils.magnoliastripes.MagnoliaMultipartWrapper
public class MagnoliaMultipartWrapper
An implementation of MultipartWrapper that delegates to the standard magnolia multipart form handling.
| 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 |
|---|
public MagnoliaMultipartWrapper()
| Method Detail |
|---|
public void build(javax.servlet.http.HttpServletRequest request,
File tempDir,
long maxPostSize)
throws IOException,
net.sourceforge.stripes.controller.FileUploadLimitExceededException
build in interface net.sourceforge.stripes.controller.multipart.MultipartWrapperIOException
net.sourceforge.stripes.controller.FileUploadLimitExceededExceptionpublic Enumeration<String> getParameterNames()
getParameterNames in interface net.sourceforge.stripes.controller.multipart.MultipartWrapperpublic String[] getParameterValues(String name)
getParameterValues in interface net.sourceforge.stripes.controller.multipart.MultipartWrapperpublic Enumeration<String> getFileParameterNames()
getFileParameterNames in interface net.sourceforge.stripes.controller.multipart.MultipartWrapperpublic net.sourceforge.stripes.action.FileBean getFileParameterValue(String name)
getFileParameterValue in interface net.sourceforge.stripes.controller.multipart.MultipartWrapper
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||