Uses of Interface
org.codehaus.waffle.ComponentRegistry

Packages that use ComponentRegistry
org.codehaus.waffle.context   
org.codehaus.waffle.context.pico   
org.codehaus.waffle.registrar   
org.codehaus.waffle.servlet   
 

Uses of ComponentRegistry in org.codehaus.waffle.context
 

Methods in org.codehaus.waffle.context that return ComponentRegistry
protected abstract  ComponentRegistry WaffleContextListener.buildComponentRegistry(javax.servlet.ServletContext servletContext)
          Concrete subclasses to provide a Waffle ComponentRegistry instance
 

Uses of ComponentRegistry in org.codehaus.waffle.context.pico
 

Classes in org.codehaus.waffle.context.pico that implement ComponentRegistry
 class PicoComponentRegistry
          PicoContainer-based implementation of Waffle's ComponentRegistry
 

Methods in org.codehaus.waffle.context.pico that return ComponentRegistry
protected  ComponentRegistry PicoWaffleContextListener.buildComponentRegistry(javax.servlet.ServletContext servletContext)
           
 

Uses of ComponentRegistry in org.codehaus.waffle.registrar
 

Methods in org.codehaus.waffle.registrar that return ComponentRegistry
protected  ComponentRegistry AbstractRegistrar.getComponentRegistry()
          Returns the component registry registered by the WaffleContextListener in the servlet context.
 

Uses of ComponentRegistry in org.codehaus.waffle.servlet
 

Methods in org.codehaus.waffle.servlet that return ComponentRegistry
static ComponentRegistry ServletContextHelper.getComponentRegistry(javax.servlet.ServletContext servletContext)
          Allows access to Waffle core components
 



Copyright © 2008. All Rights Reserved.