org.fuin.apps4swing
Class SpringMvcContext
java.lang.Object
org.fuin.apps4swing.AbstractMvcContext
org.fuin.apps4swing.SpringMvcContext
- All Implemented Interfaces:
- org.springframework.context.ApplicationContextAware
public final class SpringMvcContext
- extends AbstractMvcContext
- implements org.springframework.context.ApplicationContextAware
Version that ties the MVC objects together using Spring.
|
Method Summary |
void |
init()
Registers all beans and factories from the MvcBundle with Spring. |
void |
setApplicationContext(org.springframework.context.ApplicationContext ctx)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringMvcContext
public SpringMvcContext()
setApplicationContext
public final void setApplicationContext(org.springframework.context.ApplicationContext ctx)
- Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
init
public final void init()
- Registers all beans and factories from the
MvcBundle with Spring.
- Specified by:
init in class AbstractMvcContext
Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.