|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.common.util.spring.SpringExecUtils
public class SpringExecUtils
Constructor Summary | |
---|---|
SpringExecUtils()
|
Method Summary | |
---|---|
static SpringContext |
getSinglePropertySourceContext(org.springframework.core.env.PropertySource<?> source)
Return a SpringContext that resolves all placeholders from the PropertySource passed in |
static SpringExecutable |
getSpringExecutable(org.springframework.core.env.PropertySource<?> source,
Class<?> annotatedClass)
Deprecated. |
static SpringExecutable |
getSpringExecutable(SpringService service,
org.springframework.core.env.PropertySource<?> source,
Class<?> annotatedClass)
Return an executable that resolves all placeholder values against source . |
static SpringExecutable |
getSpringExecutable(SpringService service,
org.springframework.core.env.PropertySource<?> source,
Class<?> annotatedClass,
List<String> activeProfiles)
Return an executable that resolves all placeholder values against source . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpringExecUtils()
Method Detail |
---|
public static SpringExecutable getSpringExecutable(SpringService service, org.springframework.core.env.PropertySource<?> source, Class<?> annotatedClass, List<String> activeProfiles)
source
.
public static SpringExecutable getSpringExecutable(SpringService service, org.springframework.core.env.PropertySource<?> source, Class<?> annotatedClass)
source
.
@Deprecated public static SpringExecutable getSpringExecutable(org.springframework.core.env.PropertySource<?> source, Class<?> annotatedClass)
public static SpringContext getSinglePropertySourceContext(org.springframework.core.env.PropertySource<?> source)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |