org.jboss.seam.solder.resourceLoader.servlet
Class ResourceListener
java.lang.Object
org.jboss.seam.solder.resourceLoader.servlet.ResourceListener
- All Implemented Interfaces:
- EventListener, ServletContextListener
public class ResourceListener
- extends Object
- implements ServletContextListener
Servlet context listener than creates and registers a new
ServletContextLoader for each context
- Author:
- Stuart Douglas
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceListener
public ResourceListener()
contextDestroyed
public void contextDestroyed(ServletContextEvent sce)
- Specified by:
contextDestroyed in interface ServletContextListener
contextInitialized
public void contextInitialized(ServletContextEvent sce)
- Specified by:
contextInitialized in interface ServletContextListener
Copyright © 2008-2011 Seam Framework. All Rights Reserved.