public abstract class AbstractBeanSelectionProvider extends Object implements BeanSelectionProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_BEAN_NAME |
| Constructor and Description |
|---|
AbstractBeanSelectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
alias(Class type,
String key,
ContainerBuilder builder,
Properties props) |
protected void |
alias(Class type,
String key,
ContainerBuilder builder,
Properties props,
Scope scope) |
protected void |
convertIfExist(LocatableProperties props,
String fromKey,
String toKey) |
void |
destroy() |
void |
init(Configuration configuration) |
void |
loadPackages() |
boolean |
needsReload() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitregisterpublic static final String DEFAULT_BEAN_NAME
public void destroy()
destroy in interface ContainerProviderpublic void loadPackages()
throws ConfigurationException
loadPackages in interface PackageProviderConfigurationExceptionpublic void init(Configuration configuration) throws ConfigurationException
init in interface ContainerProviderinit in interface PackageProviderConfigurationExceptionpublic boolean needsReload()
needsReload in interface ContainerProviderneedsReload in interface PackageProviderprotected void alias(Class type, String key, ContainerBuilder builder, Properties props)
protected void alias(Class type, String key, ContainerBuilder builder, Properties props, Scope scope)
protected void convertIfExist(LocatableProperties props, String fromKey, String toKey)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.