Java 2 Platform, Enterprise Edition: Platform and Component Specifications

A set of context initialization parameters can be associated with a web application and are made available by the following methods of the ServletContext interface:

  • getInitParameter

  • getInitParameterNames

Initialization parameters can be used by an application developer to convey setup information, such as a webmaster's e-mail address or the name of a system that holds critical data.

Категории