org.apache.tapestry.multipart
Class MultipartDecoderFilter
java.lang.Object
org.apache.tapestry.multipart.MultipartDecoderFilter
- All Implemented Interfaces:
- ServletRequestServicerFilter
public class MultipartDecoderFilter
- extends Object
- implements ServletRequestServicerFilter
Checks to see if the request is a file upload and, if so, uses the
MultipartDecoder
to obtain form parameters.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipartDecoderFilter
public MultipartDecoderFilter()
service
public void service(HttpServletRequest request,
HttpServletResponse response,
ServletRequestServicer servicer)
throws IOException,
ServletException
- Specified by:
service
in interface ServletRequestServicerFilter
- Throws:
IOException
ServletException
setDecoder
public void setDecoder(ServletMultipartDecoder decoder)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.