se.kmr.scam.client.http.filter
Class MultipartEncodeFilter

java.lang.Object
  extended byse.kmr.scam.client.http.filter.TemplateFilter
      extended byse.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

Constructor Summary
MultipartEncodeFilter()
           
 
Method Summary
 void destroy()
          Clean up used resources
 void doMainProcessing(ServletRequest request, ServletResponse response, FilterChain chain)
          Process the request.
 void init(FilterConfig filterConfig)
          Description of the Method
 
Methods inherited from class se.kmr.scam.client.http.filter.TemplateFilter
doFilter, getFilterConfig, setFilterConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipartEncodeFilter

public MultipartEncodeFilter()
Method Detail

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 request
response - current response
chain - 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.