Java Reference

Java Reference Home | Smart Soft Home

Servlet Response Filter

A Servlet Response Filter is a small Java class that sits on the web server. Its job is to make some kind of alteration to a web page just before that page is sent to the user for viewing. Thus a servlet response filter is web page post processor.

For more information, here is an article about Servlet Filters.