public interface BeanFinder
TogglzConfig implementation.| Modifier and Type | Method and Description |
|---|---|
<E> Collection<E> |
find(Class<E> clazz,
Object context)
Retrieve a list of all beans of the given type.
|
<E> Collection<E> find(Class<E> clazz, Object context)
clazz - The type to lookup. In most cases this will be an interface.context - An optional context that may help the implementation to interact with the bean container. In Servlet
environments this context object is the ServletContext.nullCopyright © 2018. All Rights Reserved.