Servlet Filter

Overview

Creates a class that implements the javax.servlet.Filter. A Servlet Filter can receive, and if needed, can change the response before it reaches the Servlet. It can also process the response from the Servlet.

Participants

className

processing

Select true from the drop-down list to process responses from the Servlet. Selecting true generates operations for doMainProcessing, doPostProcessing, and doPreProcessing.