public class ProviderRegistrar extends Object implements org.springframework.beans.factory.InitializingBean
ProviderRegistry
using Spring.Provider
,
ProviderRegistry
Modifier and Type | Field and Description |
---|---|
protected ProviderRegistry |
providerRegistry
The provider registry.
|
protected List<Provider> |
providers
The providers currently assigned to the registry.
|
Constructor and Description |
---|
ProviderRegistrar() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
ProviderRegistry |
getProviderRegistry()
Gets the provider registry.
|
List<Provider> |
getProviders()
Gets the list of providers for this module.
|
void |
setProviderRegistry(ProviderRegistry providerRegistry)
Setter for the provider registry.
|
void |
setProviders(List<Provider> providers)
Sets the list of providers for this module.
|
protected ProviderRegistry providerRegistry
public ProviderRegistrar()
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public void setProviders(List<Provider> providers)
providers
- list of providerspublic List<Provider> getProviders()
public ProviderRegistry getProviderRegistry()
public void setProviderRegistry(ProviderRegistry providerRegistry)
providerRegistry
- the provider registry to set.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.