public class SpringContext extends Object implements org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SPRING_CONTEXT |
static String |
SPRING_CONTEXT_NAME |
| Constructor and Description |
|---|
SpringContext() |
SpringContext(String name) |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.context.ApplicationContext |
getApplicationContext(String name) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public static final String DEFAULT_SPRING_CONTEXT
public static final String SPRING_CONTEXT_NAME
public SpringContext(String name)
public SpringContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic static org.springframework.context.ApplicationContext getApplicationContext(String name)
Copyright © 2026 Brandao. All rights reserved.