Package | Description |
---|---|
com.vaadin.server | |
com.vaadin.ui |
Modifier and Type | Method and Description |
---|---|
protected abstract LegacyApplication |
LegacyApplicationUIProvider.createApplication()
Deprecated.
|
protected LegacyApplication |
LegacyVaadinServlet.getNewApplication(javax.servlet.http.HttpServletRequest request) |
protected LegacyApplication |
LegacyVaadinPortlet.getNewApplication(javax.portlet.PortletRequest request) |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends LegacyApplication> |
LegacyVaadinServlet.getApplicationClass() |
protected Class<? extends LegacyApplication> |
LegacyVaadinPortlet.getApplicationClass() |
Modifier and Type | Method and Description |
---|---|
LegacyApplication |
LegacyWindow.getApplication()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
LegacyWindow.setApplication(LegacyApplication application)
Deprecated.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.