Package org.togglz.guice.spi
Class GuiceBeanFinder
- java.lang.Object
-
- org.togglz.guice.spi.GuiceBeanFinder
-
- All Implemented Interfaces:
BeanFinder
public class GuiceBeanFinder extends Object implements BeanFinder
BeanFinderimplementation for Google Guice. Please note that this implementation only works if you are using GuiceServletContextListener from Guice Servlet for setting up Guice.- Author:
- Fábio Franco Uechi, Christian Kaltepoth
-
-
Constructor Summary
Constructors Constructor Description GuiceBeanFinder()
-
-
-
Method Detail
-
find
public <E> Collection<E> find(Class<E> clazz, Object context)
- Specified by:
findin interfaceBeanFinder
-
-