com.fatwire.gst.foundation.controller.support
Class SpringWebAppContext

java.lang.Object
  extended by 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
           
 
Constructor Summary
SpringWebAppContext(javax.servlet.ServletContext ctx, AppContext app)
          This constructor is needed for the WebAppContextLoader.
 
Method Summary
 ActionNameResolver createActionNameResolver()
           
<T> T
getBean(String name, Class<T> t)
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final org.apache.commons.logging.Log LOG
Constructor Detail

SpringWebAppContext

public SpringWebAppContext(javax.servlet.ServletContext ctx,
                           AppContext app)
This constructor is needed for the WebAppContextLoader.

Parameters:
ctx -
app -
Method Detail

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.