public class SpringWebAppContext extends Object implements AppContext
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
LOG |
Constructor and Description |
---|
SpringWebAppContext(javax.servlet.ServletContext ctx,
AppContext app)
This constructor is needed for the
WebAppContextLoader . |
public SpringWebAppContext(javax.servlet.ServletContext ctx, AppContext app)
WebAppContextLoader
.ctx
- app
- public <T> T getBean(String name, Class<T> t)
getBean
in interface AppContext
public ActionNameResolver createActionNameResolver()
public void init()
init
in interface AppContext
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.