se.kmr.scam.client.http.filter
Class MultipartEncodeFilter
java.lang.Object
se.kmr.scam.client.http.filter.TemplateFilter
se.kmr.scam.client.http.filter.MultipartEncodeFilter
- All Implemented Interfaces:
- Filter
- public class MultipartEncodeFilter
- extends TemplateFilter
Process requests from multipart encoded forms.
- Version:
- $Revision: 1.11 $
- Author:
- Jöran
- Created:
- den 11 december 2002
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipartEncodeFilter
public MultipartEncodeFilter()
init
public void init(FilterConfig filterConfig)
throws ServletException
- Description of the Method
- Specified by:
init
in interface Filter
- Overrides:
init
in class TemplateFilter
- Parameters:
filterConfig
- Description of the Parameter
- Throws:
ServletException
- thrown in case of exception initialize the filter
doMainProcessing
public void doMainProcessing(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
- Process the request.
- Specified by:
doMainProcessing
in class TemplateFilter
- Parameters:
request
- current requestresponse
- current responsechain
- subsequent filters
- Throws:
IOException
- thrown in case of exception in I/O
operations
ServletException
- thrown in case of exception in prosessing
the filter
destroy
public void destroy()
- Clean up used resources
Copyright © 2003 SCAM. All Rights Reserved.