Uses of Interface
com.vaadin.server.UIProvider

Packages that use UIProvider
com.vaadin The Vaadin base package. 
com.vaadin.server   
 

Uses of UIProvider in com.vaadin
 

Classes in com.vaadin that implement UIProvider
 class LegacyApplication
          Deprecated. This class is only intended to ease migration and should not be used for new projects.
 

Uses of UIProvider in com.vaadin.server
 

Classes in com.vaadin.server that implement UIProvider
 class AbstractUIProvider
           
 class DefaultUIProvider
           
 

Methods in com.vaadin.server that return UIProvider
 UIProvider VaadinSession.getUiProvider(WrappedRequest request, java.lang.Class<?> uiClass)
          Deprecated. might be refactored or removed before 7.0.0
 

Methods in com.vaadin.server that return types with arguments of type UIProvider
 java.util.Collection<UIProvider> VaadinSession.getUIProviders()
           
 

Methods in com.vaadin.server with parameters of type UIProvider
 void VaadinSession.addUIProvider(UIProvider uIProvider)
           
 void VaadinSession.removeUIProvider(UIProvider uIProvider)
           
 



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