org.mortbay.jetty.plus.annotation
Class PojoContextListener
java.lang.Object
org.mortbay.jetty.plus.annotation.PojoContextListener
- All Implemented Interfaces:
- EventListener, ServletContextListener, PojoWrapper
public class PojoContextListener
- extends Object
- implements ServletContextListener, PojoWrapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PojoContextListener
public PojoContextListener(Object pojo)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
getPojo
public Object getPojo()
- Specified by:
getPojo
in interface PojoWrapper
contextDestroyed
public void contextDestroyed(ServletContextEvent event)
- Specified by:
contextDestroyed
in interface ServletContextListener
contextInitialized
public void contextInitialized(ServletContextEvent event)
- Specified by:
contextInitialized
in interface ServletContextListener
Copyright © 1995-2008 Mort Bay Consulting. All Rights Reserved.