Package | Description |
---|---|
org.kuali.common.util | |
org.kuali.common.util.maven | |
org.kuali.common.util.spring | |
org.kuali.common.util.spring.service |
Modifier and Type | Method and Description |
---|---|
static SpringContext |
MavenUtils.getMavenizedSpringContext(Properties mavenProperties,
Class<?> propertySourceConfig)
Deprecated.
Return a SpringContext that resolves placeholders using the single
PropertySource registered with propertySourceConfig |
Modifier and Type | Method and Description |
---|---|
static SpringContext |
MavenUtils.getMavenizedSpringContext(Class<?> propertySourceConfig)
Deprecated.
|
static SpringContext |
MavenUtils.getMavenizedSpringContext(Properties mavenProperties,
Class<?> propertySourceConfig)
Deprecated.
|
static SpringContext |
MavenUtils.getMavenizedSpringContext(PropertySourceService service,
Properties mavenProperties,
Class<?> propertySourceConfig)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SpringContext |
SpringExecutable.getContext() |
static SpringContext |
PropertySourceUtils.getSinglePropertySourceContext(org.springframework.core.env.PropertySource<?> source)
Return a
SpringContext such that source is the only thing Spring uses to resolve placeholders |
static SpringContext |
SpringExecUtils.getSinglePropertySourceContext(org.springframework.core.env.PropertySource<?> source)
Return a SpringContext that resolves all placeholders from the PropertySource passed in
|
Modifier and Type | Method and Description |
---|---|
void |
SpringExecutable.setContext(SpringContext context) |
Constructor and Description |
---|
SpringExecutable(SpringContext context) |
SpringExecutable(SpringService service,
SpringContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultSpringService.addMetaInfo(org.springframework.context.annotation.AnnotationConfigApplicationContext ctx,
SpringContext sc)
Add id and display name to the ApplicationContext if they are not blank
|
protected void |
DefaultSpringService.addMetaInfo(org.springframework.context.support.ClassPathXmlApplicationContext ctx,
SpringContext sc)
Add id and display name to the ApplicationContext if they are not blank
|
protected void |
DefaultSpringService.addPropertySources(SpringContext context,
org.springframework.context.ConfigurableApplicationContext applicationContext) |
protected org.springframework.context.support.AbstractApplicationContext |
DefaultSpringService.getAnnotationContext(SpringContext context,
org.springframework.context.ConfigurableApplicationContext parent) |
org.springframework.context.ConfigurableApplicationContext |
SpringService.getApplicationContext(SpringContext context) |
org.springframework.context.ConfigurableApplicationContext |
DefaultSpringService.getApplicationContext(SpringContext context) |
protected Map<String,Object> |
DefaultSpringService.getContextBeans(SpringContext context) |
protected org.springframework.context.support.AbstractApplicationContext |
DefaultSpringService.getXmlChild(String[] locationsArray,
org.springframework.context.support.AbstractApplicationContext parent,
SpringContext context) |
void |
SpringService.load(SpringContext context) |
void |
DefaultSpringService.load(SpringContext context) |
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.