@Deprecated public interface SpringService
| Modifier and Type | Method and Description |
|---|---|
void |
load(Class<?> annotatedClass)
Deprecated.
|
void |
load(Class<?> annotatedClass,
String beanName,
Object bean)
Deprecated.
|
void |
load(Class<?> annotatedClass,
String beanName,
Object bean,
org.springframework.core.env.PropertySource<?> propertySource)
Deprecated.
|
void |
load(SpringContext context)
Deprecated.
|
void |
load(String location)
Deprecated.
|
void |
load(String location,
String beanName,
Object bean)
Deprecated.
|
void |
load(String location,
String beanName,
Object bean,
org.springframework.core.env.PropertySource<?> propertySource)
Deprecated.
|
void load(Class<?> annotatedClass, String beanName, Object bean, org.springframework.core.env.PropertySource<?> propertySource)
void load(String location, String beanName, Object bean, org.springframework.core.env.PropertySource<?> propertySource)
void load(SpringContext context)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.