org.jboss.seam.faces.beanManager
Class BeanManagerServletContextListener

java.lang.Object
  extended by org.jboss.seam.faces.beanManager.BeanManagerServletContextListener
All Implemented Interfaces:
EventListener, ServletContextListener

public class BeanManagerServletContextListener
extends Object
implements ServletContextListener

A Servlet Context Listener that places the BeanManager under a known attribute key

Author:
Nicklas Karlsson

Field Summary
static String BEANMANAGER_SERVLETCONTEXT_KEY
           
 
Constructor Summary
BeanManagerServletContextListener()
           
 
Method Summary
 void contextDestroyed(ServletContextEvent sce)
           
 void contextInitialized(ServletContextEvent sce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEANMANAGER_SERVLETCONTEXT_KEY

public static final String BEANMANAGER_SERVLETCONTEXT_KEY
See Also:
Constant Field Values
Constructor Detail

BeanManagerServletContextListener

public BeanManagerServletContextListener()
Method Detail

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 © 2009-2011 Seam Framework. All Rights Reserved.