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

java.lang.Object
  extended byse.kmr.scam.client.http.filter.TemplateFilter
      extended byse.kmr.scam.client.http.filter.DownloadFilter
All Implemented Interfaces:
Filter

public class DownloadFilter
extends TemplateFilter


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

Constructor Detail

DownloadFilter

public DownloadFilter()
Method Detail

doMainProcessing

public void doMainProcessing(ServletRequest request,
                             ServletResponse response,
                             FilterChain chain)
                      throws IOException,
                             ServletException
Description copied from class: TemplateFilter
Process this filter

Specified by:
doMainProcessing in class TemplateFilter
Parameters:
request - current request
response - current response
chain - subsequent filters
Throws:
ServletException - thrown in case of exception in prosessing the filter
IOException - thrown in case of exception in I/O operations

destroy

public void destroy()
Clean up used resources



Copyright © 2003 SCAM. All Rights Reserved.