se.kmr.scam.client.http.filter
Class StandardEncodeFilter
java.lang.Object
se.kmr.scam.client.http.filter.TemplateFilter
se.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardEncodeFilter
public StandardEncodeFilter()
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.