As we know that the javax.servlet.ServletContext interface used to represents a Servlet's view of the web application it belongs to.
Tutorial Details:
As we know that the javax.servlet.ServletContext interface used to represents a Servlet's view of the web application it belongs to. All the servlets in an application can access the SevletContext. It means that we keep such information in the servlet context which are common to all the servlets. The elements of the ServletContext are stored in web.xml file. Whenever the container gets start it reads the web.xml file. Occurrence of tag should appear before the Servlet tags.
Rate Tutorial: http://www.roseindia.net/servlets/ServletContextAttributeListener.shtml
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: ServletContextAttributeListener
View Tutorial: ServletContextAttributeListener
Related
Tutorials:
|
Displaying 1 - 1 of about 1 Related Tutorials.
|
ServletContextAttributeListener
ServletContextAttributeListener
ServletContextAttributeListener
 ... in the web
application.
The listener ServletContextAttributeListener
is an interface |
|
|
|