|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.common.util.spring.service.SpringContext
public class SpringContext
Constructor Summary | |
---|---|
SpringContext()
|
|
SpringContext(Class<?> annotatedClass)
|
|
SpringContext(Class<?> annotatedClass,
PropertySourceContext propertySourceContext)
|
|
SpringContext(List<Class<?>> annotatedClasses)
|
|
SpringContext(List<Class<?>> annotatedClasses,
PropertySourceContext propertySourceContext)
|
|
SpringContext(Map<String,Object> beans,
Class<?> annotatedClass)
|
|
SpringContext(Map<String,Object> beans,
Class<?> annotatedClass,
String activeProfile)
|
|
SpringContext(Map<String,Object> contextBeans,
List<Class<?>> annotatedClasses,
PropertySourceContext propertySourceContext)
|
|
SpringContext(Map<String,Object> contextBeans,
List<Class<?>> annotatedClasses,
PropertySourceContext propertySourceContext,
List<String> activeProfiles)
|
|
SpringContext(Map<String,Object> beans,
List<Class<?>> annotatedClasses,
String activeProfile)
|
|
SpringContext(PropertySourceContext propertySourceContext)
|
Method Summary | |
---|---|
List<String> |
getActiveProfiles()
|
List<Class<?>> |
getAnnotatedClasses()
|
List<String> |
getBeanNames()
Deprecated. |
List<Object> |
getBeans()
Deprecated. |
Map<String,Object> |
getContextBeans()
|
List<String> |
getDefaultProfiles()
|
String |
getDisplayName()
|
String |
getId()
|
List<String> |
getLocations()
|
PropertySourceContext |
getPropertySourceContext()
|
void |
setActiveProfiles(List<String> activeProfiles)
|
void |
setAnnotatedClasses(List<Class<?>> annotatedClasses)
|
void |
setBeanNames(List<String> beanNames)
Deprecated. |
void |
setBeans(List<Object> beans)
Deprecated. |
void |
setContextBeans(Map<String,Object> contextBeans)
|
void |
setDefaultProfiles(List<String> defaultProfiles)
|
void |
setDisplayName(String displayName)
|
void |
setId(String id)
|
void |
setLocations(List<String> locations)
|
void |
setPropertySourceContext(PropertySourceContext propertySourceContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpringContext(Map<String,Object> beans, Class<?> annotatedClass)
public SpringContext(Map<String,Object> beans, Class<?> annotatedClass, String activeProfile)
public SpringContext(Map<String,Object> beans, List<Class<?>> annotatedClasses, String activeProfile)
public SpringContext(PropertySourceContext propertySourceContext)
public SpringContext()
public SpringContext(Class<?> annotatedClass)
public SpringContext(Class<?> annotatedClass, PropertySourceContext propertySourceContext)
public SpringContext(List<Class<?>> annotatedClasses)
public SpringContext(List<Class<?>> annotatedClasses, PropertySourceContext propertySourceContext)
public SpringContext(Map<String,Object> contextBeans, List<Class<?>> annotatedClasses, PropertySourceContext propertySourceContext)
public SpringContext(Map<String,Object> contextBeans, List<Class<?>> annotatedClasses, PropertySourceContext propertySourceContext, List<String> activeProfiles)
Method Detail |
---|
public List<String> getLocations()
public void setLocations(List<String> locations)
public List<Class<?>> getAnnotatedClasses()
public void setAnnotatedClasses(List<Class<?>> annotatedClasses)
@Deprecated public List<String> getBeanNames()
@Deprecated public void setBeanNames(List<String> beanNames)
@Deprecated public List<Object> getBeans()
@Deprecated public void setBeans(List<Object> beans)
public PropertySourceContext getPropertySourceContext()
public void setPropertySourceContext(PropertySourceContext propertySourceContext)
public String getId()
public void setId(String id)
public String getDisplayName()
public void setDisplayName(String displayName)
public List<String> getActiveProfiles()
public void setActiveProfiles(List<String> activeProfiles)
public List<String> getDefaultProfiles()
public void setDefaultProfiles(List<String> defaultProfiles)
public Map<String,Object> getContextBeans()
public void setContextBeans(Map<String,Object> contextBeans)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |