In the Servlet Filters dialog, you can edit the list of
to include in this WAR file.
In the Servlet Filters pane, click Add to add a servlet filter to the
WAR file.
Select a filter class from the Filter Class column, or choose
Add Filter to WAR File if the filter class is not listed.
Enter a display name for the servlet filter in the Display Name
column.
Click the icon in the Icons column to select an icon to represent
the filter in the tree.
Click the rightmost column labelled with the folded paper icon to enter a
description of the filter.
In the Initialization Parameters pane, click Add to add the
initialization parameters for the filter class currently selected in the
Filter Class column.
In the Coded Parameter column, enter the name of the parameter as it
appears in your code.
You can add default values for your parameters at this point in the Value
column, or you can add the values after your web component is created.
Click the rightmost column labelled with the folded paper icon to enter a
description for each parameter.
To delete a filter, select the row containing
the filter class and click the Delete button
in the Servlet Filters pane. A confirmation dialog will ask
you if you really want to delete the filter.
To delete a parameter, select the row containing
the parameter and click the Delete button in the Initialization Parameters
pane. A confirmation dialog will ask you if you really want to delete
the parameter.