|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.common.jdbc.supplier.LocationSuppliersFactoryBean
@Deprecated public class LocationSuppliersFactoryBean
| Field Summary | |
|---|---|
static String |
DEFAULT_RESOURCES_SUFFIX
Deprecated. |
| Constructor Summary | |
|---|---|
LocationSuppliersFactoryBean()
Deprecated. |
|
| Method Summary | |
|---|---|
LocationSupplierContext |
getContext()
Deprecated. |
org.springframework.core.env.Environment |
getEnv()
Deprecated. |
Map<String,LocationSupplierSourceBean> |
getExtensionMappings()
Deprecated. |
protected List<String> |
getLocations(org.springframework.core.env.Environment env,
String propertyKey,
String resourcesSuffix)
Deprecated. Get all the resources (in order) for the propertyKey passed in. |
protected LocationSupplier |
getLocationSupplierInstance(LocationSupplierSourceBean sourceBean,
String location)
Deprecated. Build a new LocationSupplier instance from a LocationSupplierSourceBean |
List<LocationSupplier> |
getObject()
Deprecated. |
Class<?> |
getObjectType()
Deprecated. |
String |
getPropertyKey()
Deprecated. |
String |
getResourcesSuffix()
Deprecated. |
protected List<LocationSupplier> |
getSuppliers(List<String> locations,
Map<String,LocationSupplierSourceBean> mappings)
Deprecated. |
boolean |
isSingleton()
Deprecated. |
void |
setContext(LocationSupplierContext context)
Deprecated. |
void |
setEnv(org.springframework.core.env.Environment env)
Deprecated. |
void |
setExtensionMappings(Map<String,LocationSupplierSourceBean> extensionMappings)
Deprecated. |
void |
setPropertyKey(String propertyKey)
Deprecated. |
void |
setResourcesSuffix(String resourcesSuffix)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_RESOURCES_SUFFIX
| Constructor Detail |
|---|
public LocationSuppliersFactoryBean()
| Method Detail |
|---|
public List<LocationSupplier> getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<List<LocationSupplier>>
protected List<LocationSupplier> getSuppliers(List<String> locations,
Map<String,LocationSupplierSourceBean> mappings)
protected LocationSupplier getLocationSupplierInstance(LocationSupplierSourceBean sourceBean,
String location)
sourceBean - the LocationSupplierSourceBeanlocation - the context location for the new instance
protected List<String> getLocations(org.springframework.core.env.Environment env,
String propertyKey,
String resourcesSuffix)
public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<List<LocationSupplier>>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<List<LocationSupplier>>public String getResourcesSuffix()
public void setResourcesSuffix(String resourcesSuffix)
public org.springframework.core.env.Environment getEnv()
public void setEnv(org.springframework.core.env.Environment env)
public String getPropertyKey()
public void setPropertyKey(String propertyKey)
public Map<String,LocationSupplierSourceBean> getExtensionMappings()
public void setExtensionMappings(Map<String,LocationSupplierSourceBean> extensionMappings)
public LocationSupplierContext getContext()
public void setContext(LocationSupplierContext context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||