Uses of Class
com.vaadin.server.LegacyApplication
-
Packages that use LegacyApplication Package Description com.vaadin.server com.vaadin.ui -
-
Uses of LegacyApplication in com.vaadin.server
Methods in com.vaadin.server that return LegacyApplication Modifier and Type Method Description protected abstract LegacyApplicationLegacyApplicationUIProvider. createApplication()Deprecated.protected LegacyApplicationLegacyVaadinServlet. getNewApplication(javax.servlet.http.HttpServletRequest request)Methods in com.vaadin.server that return types with arguments of type LegacyApplication Modifier and Type Method Description protected Class<? extends LegacyApplication>LegacyVaadinServlet. getApplicationClass()static Class<? extends LegacyApplication>ServletPortletHelper. getLegacyApplicationClass(VaadinService vaadinService)Deprecated. -
Uses of LegacyApplication in com.vaadin.ui
Methods in com.vaadin.ui that return LegacyApplication Modifier and Type Method Description LegacyApplicationLegacyWindow. getApplication()Deprecated.Methods in com.vaadin.ui with parameters of type LegacyApplication Modifier and Type Method Description voidLegacyWindow. setApplication(LegacyApplication application)Deprecated.
-