org.codehaus.waffle.context.pico
Class PicoWaffleContextListener

java.lang.Object
  extended by org.codehaus.waffle.context.WaffleContextListener
      extended by org.codehaus.waffle.context.pico.PicoWaffleContextListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.http.HttpSessionListener, javax.servlet.ServletContextListener

public class PicoWaffleContextListener
extends WaffleContextListener

Pico-based WaffleContextListener that uses PicoComponentRegistry instances.

Author:
Mauro Talevi

Constructor Summary
PicoWaffleContextListener()
           
 
Method Summary
protected  ComponentRegistry buildComponentRegistry(javax.servlet.ServletContext servletContext)
          Concrete subclasses to provide a Waffle ComponentRegistry instance
 
Methods inherited from class org.codehaus.waffle.context.WaffleContextListener
contextDestroyed, contextInitialized, sessionCreated, sessionDestroyed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PicoWaffleContextListener

public PicoWaffleContextListener()
Method Detail

buildComponentRegistry

protected ComponentRegistry buildComponentRegistry(javax.servlet.ServletContext servletContext)
Description copied from class: WaffleContextListener
Concrete subclasses to provide a Waffle ComponentRegistry instance

Specified by:
buildComponentRegistry in class WaffleContextListener
Returns:
A ComponentRegistry


Copyright © 2008. All Rights Reserved.