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

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

public class StandardEncodeFilter
extends TemplateFilter

Process requests from standard encoded forms.

Version:
$Revision: 1.6 $
Author:
Jöran
Created:
den 11 december 2002

Constructor Summary
StandardEncodeFilter()
           
 
Method Summary
 void destroy()
          Clean up used resources
 void doMainProcessing(ServletRequest request, ServletResponse response, FilterChain chain)
          Process the request.
 
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

StandardEncodeFilter

public StandardEncodeFilter()
Method Detail

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.