Thursday, 7 February 2013

Initialization Parameters | Java Servlets Tutorial pdf

Initialization Parameters

The following methods of the ServletContext interface allow the servlet access to context initialization parameters associated with a Web application as specified by the Application Developer in the deployment descriptor:
=> getInitParameter
=> getInitParameterNames
Initialization parameters are used by an Application Developer to convey setup information. Typical  examples are a Webmaster’s e-mail address, or the name of a system that holds critical data.

No comments: