|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.common.util.service.DefaultSpringService
public class DefaultSpringService
Constructor Summary | |
---|---|
DefaultSpringService()
|
Method Summary | |
---|---|
protected void |
addMetaInfo(org.springframework.context.annotation.AnnotationConfigApplicationContext ctx,
SpringContext sc)
Add id and display name to the ApplicationContext if they are not blank |
protected void |
addMetaInfo(org.springframework.context.support.ClassPathXmlApplicationContext ctx,
SpringContext sc)
Add id and display name to the ApplicationContext if they are not blank |
protected void |
addPropertySources(SpringContext context,
org.springframework.context.ConfigurableApplicationContext applicationContext)
|
protected void |
debugQuietly(org.springframework.context.ApplicationContext parent,
org.springframework.context.ApplicationContext child1,
org.springframework.context.ApplicationContext child2)
|
protected org.springframework.context.annotation.AnnotationConfigApplicationContext |
getAnnotationContext(SpringContext context,
org.springframework.context.ConfigurableApplicationContext parent)
|
protected List<String> |
getConvertedLocations(List<String> locations)
Convert any locations representing an existing file into a fully qualified file system url. |
protected boolean |
isParentContextRequired(SpringContext context)
Return true if the context contains any beans or beanNames, false otherwise. |
void |
load(Class<?> annotatedClass)
|
void |
load(Class<?> annotatedClass,
String beanName,
Object bean)
|
void |
load(Class<?> annotatedClass,
String beanName,
Object bean,
org.springframework.core.env.PropertySource<?> propertySource)
|
void |
load(SpringContext context)
|
void |
load(String location)
|
void |
load(String location,
String beanName,
Object bean)
|
void |
load(String location,
String beanName,
Object bean,
org.springframework.core.env.PropertySource<?> propertySource)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultSpringService()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |