com.fatwire.gst.foundation.controller.support
Class SpringWebAppContext
java.lang.Object
com.fatwire.gst.foundation.controller.support.SpringWebAppContext
- All Implemented Interfaces:
- AppContext
public class SpringWebAppContext
- extends Object
- implements AppContext
Field Summary |
protected static org.apache.commons.logging.Log |
LOG
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static final org.apache.commons.logging.Log LOG
SpringWebAppContext
public SpringWebAppContext(javax.servlet.ServletContext ctx,
AppContext app)
- This constructor is needed for the
WebAppContextLoader
.
- Parameters:
ctx
- app
-
getBean
public <T> T getBean(String name,
Class<T> t)
- Specified by:
getBean
in interface AppContext
createActionNameResolver
public ActionNameResolver createActionNameResolver()
init
public void init()
- Specified by:
init
in interface AppContext
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.