public class SpringContext extends Object
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
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)
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 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)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.