public class SpringWebAppContext extends Object implements AppContext
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG
Deprecated.
|
| Constructor and Description |
|---|
SpringWebAppContext(javax.servlet.ServletContext ctx,
AppContext app)
Deprecated.
This constructor was needed for the WebAppContextLoader.
|
| Modifier and Type | Method and Description |
|---|---|
ActionNameResolver |
createActionNameResolver()
Deprecated.
|
<T> T |
getBean(String name,
Class<T> t)
Deprecated.
|
void |
init()
Deprecated.
|
public SpringWebAppContext(javax.servlet.ServletContext ctx,
AppContext app)
ctx - web contextapp - application contextpublic <T> T getBean(String name, Class<T> t)
getBean in interface AppContextpublic ActionNameResolver createActionNameResolver()
public void init()
init in interface AppContextCopyright © 2010–2017. All rights reserved.