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 LegacyApplication
LegacyApplicationUIProvider. createApplication()
Deprecated.protected LegacyApplication
LegacyVaadinServlet. 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()
-
Uses of LegacyApplication in com.vaadin.ui
Methods in com.vaadin.ui that return LegacyApplication Modifier and Type Method Description LegacyApplication
LegacyWindow. getApplication()
Deprecated.Methods in com.vaadin.ui with parameters of type LegacyApplication Modifier and Type Method Description void
LegacyWindow. setApplication(LegacyApplication application)
Deprecated.
-