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
- name of the class.
- generates the stubs for operations and properties from the Filter interface.
processing
Select true from the drop-down list to process responses from the Servlet.
Selecting true generates operations for doMainProcessing, doPostProcessing,
and doPreProcessing.