Uses of Class
com.vaadin.server.LegacyApplication

Packages that use LegacyApplication
com.vaadin.server   
com.vaadin.ui   
 

Uses of LegacyApplication in com.vaadin.server
 

Methods in com.vaadin.server that return LegacyApplication
protected abstract  LegacyApplication LegacyApplicationUIProvider.createApplication()
          Deprecated.  
protected  LegacyApplication LegacyVaadinServlet.getNewApplication(javax.servlet.http.HttpServletRequest request)
           
protected  LegacyApplication LegacyVaadinPortlet.getNewApplication(javax.portlet.PortletRequest request)
           
 

Methods in com.vaadin.server that return types with arguments of type LegacyApplication
protected  java.lang.Class<? extends LegacyApplication> LegacyVaadinPortlet.getApplicationClass()
           
protected  java.lang.Class<? extends LegacyApplication> LegacyVaadinServlet.getApplicationClass()
           
 

Uses of LegacyApplication in com.vaadin.ui
 

Methods in com.vaadin.ui that return LegacyApplication
 LegacyApplication LegacyWindow.getApplication()
          Deprecated.  
 

Methods in com.vaadin.ui with parameters of type LegacyApplication
 void LegacyWindow.setApplication(LegacyApplication application)
          Deprecated.  
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.