@Deprecated public class DefaultSpringService extends Object implements SpringService
Constructor and Description |
---|
DefaultSpringService()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
addMetaInfo(org.springframework.context.annotation.AnnotationConfigApplicationContext ctx,
SpringContext sc)
Deprecated.
Add id and display name to the ApplicationContext if they are not blank
|
protected void |
addMetaInfo(org.springframework.context.support.ClassPathXmlApplicationContext ctx,
SpringContext sc)
Deprecated.
Add id and display name to the ApplicationContext if they are not blank
|
protected void |
addPropertySources(SpringContext context,
org.springframework.context.ConfigurableApplicationContext applicationContext)
Deprecated.
|
protected void |
debugQuietly(org.springframework.context.ApplicationContext parent,
org.springframework.context.ApplicationContext child1,
org.springframework.context.ApplicationContext child2)
Deprecated.
|
protected org.springframework.context.annotation.AnnotationConfigApplicationContext |
getAnnotationContext(SpringContext context,
org.springframework.context.ConfigurableApplicationContext parent)
Deprecated.
|
protected List<String> |
getConvertedLocations(List<String> locations)
Deprecated.
Convert any locations representing an existing file into a fully qualified file system url.
|
protected boolean |
isParentContextRequired(SpringContext context)
Deprecated.
Return true if the context contains any beans or beanNames, false otherwise.
|
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.
|
public DefaultSpringService()
public void load(Class<?> annotatedClass)
load
in interface SpringService
public void load(Class<?> annotatedClass, String beanName, Object bean, org.springframework.core.env.PropertySource<?> propertySource)
load
in interface SpringService
public void load(Class<?> annotatedClass, String beanName, Object bean)
load
in interface SpringService
public void load(String location)
load
in interface SpringService
public void load(String location, String beanName, Object bean, org.springframework.core.env.PropertySource<?> propertySource)
load
in interface SpringService
public void load(String location, String beanName, Object bean)
load
in interface SpringService
public void load(SpringContext context)
load
in interface SpringService
protected void debugQuietly(org.springframework.context.ApplicationContext parent, org.springframework.context.ApplicationContext child1, org.springframework.context.ApplicationContext child2)
protected void addMetaInfo(org.springframework.context.annotation.AnnotationConfigApplicationContext ctx, SpringContext sc)
protected void addMetaInfo(org.springframework.context.support.ClassPathXmlApplicationContext ctx, SpringContext sc)
protected org.springframework.context.annotation.AnnotationConfigApplicationContext getAnnotationContext(SpringContext context, org.springframework.context.ConfigurableApplicationContext parent)
protected void addPropertySources(SpringContext context, org.springframework.context.ConfigurableApplicationContext applicationContext)
protected boolean isParentContextRequired(SpringContext context)
protected List<String> getConvertedLocations(List<String> locations)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.