org.jboss.guice.plugins
Class GuiceBinder

java.lang.Object
  extended by org.jboss.guice.spi.BinderHolder
      extended by org.jboss.guice.spi.GuiceIntegration
          extended by org.jboss.guice.plugins.GuiceBinder

public class GuiceBinder
extends GuiceIntegration

Microcontainer + Guice binder.

Author:
Ales Justin

Constructor Summary
GuiceBinder(Kernel kernel, com.google.inject.Binder binder)
           
 
Method Summary
 void setFilter(ControllerContextBindFilter filter)
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.jboss.guice.spi.GuiceIntegration
bindAll, bindAll, bindContext, fromMicrocontainer, fromMicrocontainer, getController
 
Methods inherited from class org.jboss.guice.spi.BinderHolder
getBinder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiceBinder

public GuiceBinder(Kernel kernel,
                   com.google.inject.Binder binder)
Method Detail

start

public void start()

stop

public void stop()

setFilter

public void setFilter(ControllerContextBindFilter filter)


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