JSP : config object

The config object simply provides the JSP developer with access to the ServletConfig object that is used by the web container to configure the JSP and its implementation servlet. The ServletConfig interface is most commonly used to provide access to any initialization parameters that have been configured for either the JSP or its implementation servlet via the deployment descriptor of the web application.

No comments:

Post a Comment