Uses of Class
org.kuali.common.util.service.SpringContext

Packages that use SpringContext
org.kuali.common.util   
org.kuali.common.util.execute   
org.kuali.common.util.service   
org.kuali.common.util.spring   
 

Uses of SpringContext in org.kuali.common.util
 

Methods in org.kuali.common.util that return SpringContext
static SpringContext MavenUtils.getMavenizedSpringContext(Class<?> propertySourceConfig)
           
static SpringContext MavenUtils.getMavenizedSpringContext(Properties mavenProperties, Class<?> propertySourceConfig)
          Return a SpringContext that resolves placeholders using the single PropertySource registered with propertySourceConfig
 

Uses of SpringContext in org.kuali.common.util.execute
 

Methods in org.kuali.common.util.execute that return SpringContext
 SpringContext SpringExecutable.getContext()
           
 

Methods in org.kuali.common.util.execute with parameters of type SpringContext
 void SpringExecutable.setContext(SpringContext context)
           
 

Uses of SpringContext in org.kuali.common.util.service
 

Methods in org.kuali.common.util.service with parameters of type SpringContext
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.annotation.AnnotationConfigApplicationContext DefaultSpringService.getAnnotationContext(SpringContext context, org.springframework.context.ConfigurableApplicationContext parent)
           
protected  boolean DefaultSpringService.isParentContextRequired(SpringContext context)
          Return true if the context contains any beans or beanNames, false otherwise.
 void DefaultSpringService.load(SpringContext context)
           
 void SpringService.load(SpringContext context)
           
 

Uses of SpringContext in org.kuali.common.util.spring
 

Methods in org.kuali.common.util.spring that return SpringContext
static SpringContext SpringUtils.getSinglePropertySourceContext(List<String> locations, String encoding)
          Return a SpringContext that resolves all placeholders from the list of property locations passed in + System/Environment properties
static SpringContext SpringUtils.getSinglePropertySourceContext(ProjectContext context, String location)
          Return a SpringContext that resolves all placeholders from the list of property locations passed in + System/Environment properties
static SpringContext SpringUtils.getSinglePropertySourceContext(org.springframework.core.env.PropertySource<?> source)
          Return a SpringContext that resolves all placeholders from the PropertySource passed in
static SpringContext SpringUtils.getSpringContext(Class<?> annotatedClass, ProjectContext project, List<ProjectContext> others)
           
static SpringContext SpringUtils.getSpringContext(List<Class<?>> annotatedClasses, ProjectContext project, List<ProjectContext> others)
           
 



Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.