|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.common.util.service.DefaultSpringService
public class DefaultSpringService
| Constructor Summary | |
|---|---|
DefaultSpringService()
|
|
| Method Summary | |
|---|---|
protected void |
closeQuietly(org.springframework.context.support.AbstractApplicationContext context)
Null safe close for a context |
protected org.springframework.context.support.AbstractApplicationContext |
getApplicationContext(List<String> beanNames,
List<Object> beans)
Return an AbstractApplicationContext with beans registered in the context under beanNames |
protected List<String> |
getConvertedLocations(List<String> locations)
Format file names into fully qualified file system URL's |
void |
load(List<String> locations)
|
void |
load(List<String> locations,
List<String> beanNames,
List<Object> beans)
|
void |
load(List<String> locations,
String beanName,
Object bean)
|
void |
load(String location)
|
void |
load(String location,
List<String> beanNames,
List<Object> beans)
|
void |
load(String location,
String beanName,
Object bean)
|
protected void |
validate(List<String> locations)
Make sure all of the locations actually exist |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultSpringService()
| Method Detail |
|---|
public void load(String location)
load in interface SpringService
public void load(String location,
String beanName,
Object bean)
load in interface SpringService
public void load(String location,
List<String> beanNames,
List<Object> beans)
load in interface SpringServicepublic void load(List<String> locations)
load in interface SpringService
public void load(List<String> locations,
String beanName,
Object bean)
load in interface SpringService
public void load(List<String> locations,
List<String> beanNames,
List<Object> beans)
load in interface SpringServiceprotected void closeQuietly(org.springframework.context.support.AbstractApplicationContext context)
protected org.springframework.context.support.AbstractApplicationContext getApplicationContext(List<String> beanNames,
List<Object> beans)
AbstractApplicationContext with beans registered in the context under beanNames
protected void validate(List<String> locations)
protected List<String> getConvertedLocations(List<String> locations)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||