info.joseluismartin.vaadin.ui
Class AppCtxGuiFactory

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

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

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

Constructor Summary
AppCtxGuiFactory()
           
 
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
 

Constructor Detail

AppCtxGuiFactory

public AppCtxGuiFactory()
Method Detail

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

getComponent

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

Specified by:
getComponent in interface GuiFactory


Copyright © 2012 JDAL. All Rights Reserved.