net.sourceforge.pebble.web.listener
Class PebbleContextListener

java.lang.Object
  extended by net.sourceforge.pebble.web.listener.PebbleContextListener

public class PebbleContextListener
extends java.lang.Object

Allows the blog to be loaded when this web application is started up.

Author:
Simon Brown

Constructor Summary
PebbleContextListener()
           
 
Method Summary
 void contextDestroyed(ServletContextEvent event)
          Called when the web application is shutdown.
 void contextInitialized(ServletContextEvent event)
          Called when the web application is started.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PebbleContextListener

public PebbleContextListener()
Method Detail

contextInitialized

public void contextInitialized(ServletContextEvent event)
Called when the web application is started.

Parameters:
event - a ServletContextEvent instance

contextDestroyed

public void contextDestroyed(ServletContextEvent event)
Called when the web application is shutdown.

Parameters:
event - a ServletContextEvent instance


Copyright © 2003-2006, Simon Brown. All Rights Reserved.