info.joseluismartin.vaadin.ui
Class ApplicationContextGuiFactory

java.lang.Object
  extended by info.joseluismartin.vaadin.ui.ApplicationContextGuiFactory
All Implemented Interfaces:
GuiFactory, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class ApplicationContextGuiFactory
extends Object
implements GuiFactory, org.springframework.context.ApplicationContextAware

Author:
Jose Luis Martin - (jlm@joseluismartin.info)

Field Summary
protected  org.springframework.context.ApplicationContext applicationContext
           
 
Constructor Summary
ApplicationContextGuiFactory()
           
 
Method Summary
 com.vaadin.ui.Component getComponent(String name)
          
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

applicationContext

protected org.springframework.context.ApplicationContext applicationContext
Constructor Detail

ApplicationContextGuiFactory

public ApplicationContextGuiFactory()
Method Detail

getComponent

public com.vaadin.ui.Component getComponent(String name)

Specified by:
getComponent in interface GuiFactory

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException

Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException


Copyright © 2012 JDAL. All Rights Reserved.