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