|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.pebble.web.listener.PebbleContextListener
public class PebbleContextListener
Allows the blog to be loaded when this web application is started up.
| 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 |
|---|
public PebbleContextListener()
| Method Detail |
|---|
public void contextInitialized(ServletContextEvent event)
event - a ServletContextEvent instancepublic void contextDestroyed(ServletContextEvent event)
event - a ServletContextEvent instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||