Uses of Interface
org.jboss.guice.spi.ControllerContextBindFilter

Packages that use ControllerContextBindFilter
org.jboss.guice.plugins   
org.jboss.guice.spi   
 

Uses of ControllerContextBindFilter in org.jboss.guice.plugins
 

Classes in org.jboss.guice.plugins that implement ControllerContextBindFilter
 class GuiceAnnotationMarkerBindFilter
          Bind only context's which have @Guice annotation present.
 class NameControllerContextBindFilter
          Name controller context bind filter.
 

Methods in org.jboss.guice.plugins with parameters of type ControllerContextBindFilter
 void GuiceBinder.setFilter(ControllerContextBindFilter filter)
           
 void GuiceListener.setFilter(ControllerContextBindFilter filter)
           
 

Uses of ControllerContextBindFilter in org.jboss.guice.spi
 

Methods in org.jboss.guice.spi with parameters of type ControllerContextBindFilter
static void GuiceIntegration.bindAll(com.google.inject.Binder binder, Controller controller, ControllerContextBindFilter filter)
          Binds all Microcontainer beans from the given factory by name.
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.