org.fuin.apps4swing
Class SpringMvcContext

java.lang.Object
  extended by org.fuin.apps4swing.AbstractMvcContext
      extended by 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.


Constructor Summary
SpringMvcContext()
           
 
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 org.fuin.apps4swing.AbstractMvcContext
connectControllerQueue, connectModule, connectToCtrlDispatcher, connectToViewDispatcher, getBundles, setBundles, setBundles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringMvcContext

public SpringMvcContext()
Method Detail

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.