public class SpringBeanLocator extends java.lang.Object implements ConfiguredBeanLocator
ConfiguredBeanLocator.BeanLoaderListener<T>| Constructor and Description |
|---|
SpringBeanLocator(org.springframework.context.ApplicationContext ctx) |
SpringBeanLocator(org.springframework.context.ApplicationContext ctx,
Bus bus) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getBeanNamesOfType(java.lang.Class<?> type)
Gets the names of all the configured beans of the specific type.
|
<T> T |
getBeanOfType(java.lang.String name,
java.lang.Class<T> type)
Gets the bean of the given name and type
|
<T> java.util.Collection<? extends T> |
getBeansOfType(java.lang.Class<T> type)
Gets all the configured beans of the specific types.
|
<T> java.util.List<T> |
getOSGiServices(java.lang.Class<T> type) |
boolean |
hasBeanOfName(java.lang.String name) |
boolean |
hasConfiguredPropertyValue(java.lang.String beanName,
java.lang.String propertyName,
java.lang.String searchValue)
For supporting "legacy" config, checks the configured bean to see if
it has a property configured with the given name/value.
|
<T> boolean |
loadBeansOfType(java.lang.Class<T> type,
ConfiguredBeanLocator.BeanLoaderListener<T> listener)
Iterates through the beans of the given type, calling the listener
to determine if it should be loaded or not.
|
public SpringBeanLocator(org.springframework.context.ApplicationContext ctx)
public SpringBeanLocator(org.springframework.context.ApplicationContext ctx,
Bus bus)
public <T> T getBeanOfType(java.lang.String name,
java.lang.Class<T> type)
ConfiguredBeanLocatorgetBeanOfType in interface ConfiguredBeanLocatorpublic java.util.List<java.lang.String> getBeanNamesOfType(java.lang.Class<?> type)
getBeanNamesOfType in interface ConfiguredBeanLocatorpublic <T> java.util.Collection<? extends T> getBeansOfType(java.lang.Class<T> type)
getBeansOfType in interface ConfiguredBeanLocatorpublic <T> boolean loadBeansOfType(java.lang.Class<T> type,
ConfiguredBeanLocator.BeanLoaderListener<T> listener)
ConfiguredBeanLocatorloadBeansOfType in interface ConfiguredBeanLocatorpublic boolean hasConfiguredPropertyValue(java.lang.String beanName,
java.lang.String propertyName,
java.lang.String searchValue)
ConfiguredBeanLocatorhasConfiguredPropertyValue in interface ConfiguredBeanLocatorpublic <T> java.util.List<T> getOSGiServices(java.lang.Class<T> type)
public boolean hasBeanOfName(java.lang.String name)
hasBeanOfName in interface ConfiguredBeanLocator