IntelliJ IDEA 12.1.0 Web Help

Some features described here are available in Ultimate edition only.

General


The pane appears in two cases:

Use this pane to specify the initialization attributes that allow a servlet to read persistent configuration data, to initialize resources, and to perform any other one-time activities by overriding the init method of the Servlet interface.

ItemDescription
add Click this button to add a new initialization parameter to the servlet in the web.xml descriptor.
delete Click this button to remove the selected initialization parameter of the servlet from the web.xml descriptor.
help.png Click this button to view the context help page.
Param Name In this field, specify the name of the new/selected parameter. In the web.xml, it will be presented enclosed in the <param-name> tag.
Param Value In this field, specify the value of the parameter. In the web.xml, it will be presented enclosed in the <param-value> tag.
Description In this field, provide a description of the parameter. In the web.xml, it will be presented enclosed in the <description> tag.

See Also

Concepts:

Procedures:

Reference:

Web Resources: