IntelliJ IDEA 2018.1 Help

Choose Servlet Class

Web Module Editor - General - Servlet Initialization Params


The dialog opens when you select a servlet in the Servlets Configured pane and click Change Class in the Servlet Initialization Params that opens.

Use this dialog to select the class that implements the selected servlet.

The dialog contains two tabs:

Search by Name Tab

Use the tab to search a relevant class to implement the servlet. Specify the class name or part of the name.

ItemDescription
Search pattern areaThe text field for typing a part of the name of the relevant class.
Search results areaShows a list of classes that meet the search pattern. The contents of the area change dynamically as you type.
Include non-project classesInvolves classes outside the current project into the search.

Project Tab

Use this tab to select the relevant class in the project tree.

Last modified: 24 July 2018

See Also