IntelliJ IDEA 12.1.0 Web Help

Some features described here are available in Ultimate edition only.

Web Tool Window | Context Menu of a Web module | Jump To Source |
Assembly Descriptor | Filter Mappings


Use this pane to map filters to URLs or servlets. Based on the settings you specify, the properties of the <filter-mapping> element are generated in web.xml.

Note

Before adding a filter mapping, configure a filter in the General tab.

ItemProperty generated in web.xmlDescription
Filter <filter-name> In this drop-down list, select the filter to which you are mapping a URL pattern or a servlet.
URL Pattern <url-pattern> Specify the URL pattern that will be used to resolve URL addresses.
Servlet <servlet-name> Specify the servlet to map the filter to.
add AddClick this button to add a new filter mapping.
delete RemoveClick this button to remove the selected filter mapping.
help.png Help
F1F1
Click this button to view the context help page.

See Also

Concepts:

Procedures:

Reference:

Web Resources: