File
Doc
Category
Size
Date
Package
ContextLoader.java
API Doc
Example
479
Fri Jul 30 20:17:42 BST 2004
com.oreilly.strutsckbk.ch07
ContextLoader
java.lang.Object
public class ContextLoader extends Object implements ServletContextListener
Fields Summary
Constructors Summary
Methods Summary
public void
contextDestroyed
(
javax.servlet.ServletContextEvent
event)
// clean up here
public void
contextInitialized
(
javax.servlet.ServletContextEvent
event)
event.getServletContext().setAttribute( "title", "Struts Cookbook Chapter 7");
Java Code Source