IntelliJ IDEA 2021.1 Help

New Filter dialog

File | New | Filter

Specify the settings for the new filter.

ItemDescription
Name The "root part" of the filter name.

This name (along with its prefix and suffix) will be used either in the <filter-name> element in web.xml or in the filter class @WebFilter annotation.

You can specify the filter name prefix and suffix (the <filter-name> tag Prefix and Suffix fields on the Java EE Names tab of the Editor | Code Style | Java page in the Settings dialog). In that case, the prefix and the suffix are added before and after the specified name automatically.

PackageThe name of the package in which the new filter class should be created.

Click the Browse button. Then select an existing package or click Icons actions new folder to create a new package.

ClassThe fully qualified name of the filter class.

The default class name is generated using the package name, the class name prefix, the filter name, and the class name suffix.

The class name prefix and suffix are set in the Settings dialog. (The Filter Class Prefix and Suffix fields on the Java EE Names tab of the Editor | Code Style | Java page.)

If you want to specify an existing class, click the Browse button and select the class in the dialog that opens.

Create Java EE 6 annotated classIf the checkbox is not selected, the filter name - class mapping is added to web.xml.

If the checkbox is selected, the new filter class will be @WebFilter -annotated and no changes will be made to web.xml.

If there is no web.xml in your project, the checkbox is selected by default, and you cannot deselect it.

Last modified: 08 March 2021