| java.lang.Object org.strutsspring.SpringPlugIn
SpringPlugIn | final public class SpringPlugIn implements PlugIn(Code) | | Initializes Spring bean factory and makes it available through the servlet
context
author: Don Brown version: $Revision: 1.4 $ $Date: 2005/03/31 12:16:05 $ |
Method Summary | |
public void | destroy() | public DefaultListableBeanFactory | getBeanFactory() | public void | init(ActionServlet servlet, ModuleConfig config) |
BEAN_FACTORY | final public static String BEAN_FACTORY(Code) | | The key the factory is stored under in the servlet context
|
EMPTY_SPRING_CONTEXT_FILE | final public static String EMPTY_SPRING_CONTEXT_FILE(Code) | | |
destroy | public void destroy()(Code) | | Gracefully remove the Spring bean factory
|
getBeanFactory | public DefaultListableBeanFactory getBeanFactory()(Code) | | |
init | public void init(ActionServlet servlet, ModuleConfig config) throws ServletException(Code) | | Initialize and load the Spring bean factory
Parameters: servlet - The ActionServlet for this web application Parameters: config - The ApplicationConfig for our owning module throws: javax.servlet.ServletException - if we cannot configure ourselves correctly |
|
|