org.kuali.common.util.service
Interface SpringService

All Known Implementing Classes:
DefaultSpringService

public interface SpringService


Method Summary
 org.springframework.context.ConfigurableApplicationContext getContextWithPreRegisteredBean(String beanName, Object bean)
           
 org.springframework.context.ConfigurableApplicationContext getContextWithPreRegisteredBeans(List<String> beanNames, List<Object> beans)
           
 List<org.springframework.core.env.PropertySource<?>> getPropertySources(org.springframework.context.ConfigurableApplicationContext context)
           
 List<org.springframework.core.env.PropertySource<?>> getPropertySources(String location)
           
 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)
           
 

Method Detail

load

void load(Class<?> annotatedClass)

load

void load(Class<?> annotatedClass,
          String beanName,
          Object bean)

load

void load(Class<?> annotatedClass,
          String beanName,
          Object bean,
          org.springframework.core.env.PropertySource<?> propertySource)

load

void load(String location)

load

void load(String location,
          String beanName,
          Object bean)

load

void load(String location,
          String beanName,
          Object bean,
          org.springframework.core.env.PropertySource<?> propertySource)

load

void load(SpringContext context)

getPropertySources

List<org.springframework.core.env.PropertySource<?>> getPropertySources(String location)

getPropertySources

List<org.springframework.core.env.PropertySource<?>> getPropertySources(org.springframework.context.ConfigurableApplicationContext context)

getContextWithPreRegisteredBean

org.springframework.context.ConfigurableApplicationContext getContextWithPreRegisteredBean(String beanName,
                                                                                           Object bean)

getContextWithPreRegisteredBeans

org.springframework.context.ConfigurableApplicationContext getContextWithPreRegisteredBeans(List<String> beanNames,
                                                                                            List<Object> beans)


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