@Deprecated public class SpringContext extends Object
| Constructor and Description | 
|---|
| SpringContext()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Class<?>> | getAnnotatedClasses()Deprecated.  | 
| List<String> | getBeanNames()Deprecated.  | 
| List<Object> | getBeans()Deprecated.  | 
| String | getDisplayName()Deprecated.  | 
| String | getId()Deprecated.  | 
| List<String> | getLocations()Deprecated.  | 
| PropertySourceContext | getPropertySourceContext()Deprecated.  | 
| void | setAnnotatedClasses(List<Class<?>> annotatedClasses)Deprecated.  | 
| void | setBeanNames(List<String> beanNames)Deprecated.  | 
| void | setBeans(List<Object> beans)Deprecated.  | 
| void | setDisplayName(String displayName)Deprecated.  | 
| void | setId(String id)Deprecated.  | 
| void | setLocations(List<String> locations)Deprecated.  | 
| void | setPropertySourceContext(PropertySourceContext propertySourceContext)Deprecated.  | 
public SpringContext()
public List<String> getLocations()
public void setLocations(List<String> locations)
public List<Class<?>> getAnnotatedClasses()
public void setAnnotatedClasses(List<Class<?>> annotatedClasses)
public List<String> getBeanNames()
public void setBeanNames(List<String> beanNames)
public PropertySourceContext getPropertySourceContext()
public void setPropertySourceContext(PropertySourceContext propertySourceContext)
public String getDisplayName()
public void setDisplayName(String displayName)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.