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, wait
register
public static final String DEFAULT_BEAN_NAME
public void destroy()
destroy
in interface ContainerProvider
public void loadPackages() throws ConfigurationException
loadPackages
in interface PackageProvider
ConfigurationException
public void init(Configuration configuration) throws ConfigurationException
init
in interface ContainerProvider
init
in interface PackageProvider
ConfigurationException
public boolean needsReload()
needsReload
in interface ContainerProvider
needsReload
in interface PackageProvider
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)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.