org.kuali.common.util.service
Class DefaultSpringService
java.lang.Object
org.kuali.common.util.service.DefaultSpringService
- All Implemented Interfaces:
- SpringService
public class DefaultSpringService
- extends Object
- implements SpringService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSpringService
public DefaultSpringService()
load
public void load(String location)
- Specified by:
load
in interface SpringService
load
public void load(String location,
String beanName,
Object bean)
- Specified by:
load
in interface SpringService
load
public void load(String location,
List<String> beanNames,
List<Object> beans)
- Specified by:
load
in interface SpringService
load
public void load(List<String> locations)
- Specified by:
load
in interface SpringService
load
public void load(List<String> locations,
String beanName,
Object bean)
- Specified by:
load
in interface SpringService
load
public void load(List<String> locations,
List<String> beanNames,
List<Object> beans)
- Specified by:
load
in interface SpringService
closeQuietly
protected void closeQuietly(org.springframework.context.support.AbstractApplicationContext context)
getApplicationContext
protected org.springframework.context.support.AbstractApplicationContext getApplicationContext(List<String> beanNames,
List<Object> beans)
- Return an
AbstractApplicationContext
with beans
registered in the context under beanNames
validate
protected void validate(List<String> locations)
- Make sure all of the locations actually exist
getConvertedLocations
protected List<String> getConvertedLocations(List<String> locations)
- Format file names into fully qualified file system URL's
Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.