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

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

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

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

Methods in org.kuali.common.util.execute with parameters of type SpringContext
 void SpringContextLoaderExecutable.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.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)
           
 



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