Package | Description |
---|---|
com.vaadin.server |
Modifier and Type | Class and Description |
---|---|
class |
DefaultUIProvider |
class |
LegacyApplicationUIProvider
Deprecated.
As of 7.0. Used only to support LegacyApplication - will be
removed when LegacyApplication support is removed.
|
Modifier and Type | Method and Description |
---|---|
UIProvider |
BootstrapResponse.getUIProvider()
Gets the UI provider that is used to provide information about the
bootstrapped UI.
|
Modifier and Type | Method and Description |
---|---|
List<UIProvider> |
VaadinSession.getUIProviders()
Gets the UI providers configured for this session.
|
Modifier and Type | Method and Description |
---|---|
void |
VaadinSession.addUIProvider(UIProvider uiProvider)
Adds a UI provider to this session.
|
boolean |
VaadinService.preserveUIOnRefresh(UIProvider provider,
UICreateEvent event)
Check if the given UI should be associated with the
window.name so that it can be re-used if the browser window
is reloaded. |
boolean |
VaadinPortletService.preserveUIOnRefresh(UIProvider provider,
UICreateEvent event)
Always preserve UIs in portlets to make portlet actions work.
|
void |
VaadinSession.removeUIProvider(UIProvider uiProvider)
Removes a UI provider association from this session.
|
Constructor and Description |
---|
BootstrapFragmentResponse(BootstrapHandler handler,
VaadinRequest request,
VaadinSession session,
Class<? extends UI> uiClass,
List<org.jsoup.nodes.Node> fragmentNodes,
UIProvider uiProvider)
Crate a new bootstrap fragment response.
|
BootstrapPageResponse(BootstrapHandler handler,
VaadinRequest request,
VaadinSession session,
Class<? extends UI> uiClass,
org.jsoup.nodes.Document document,
Map<String,Object> headers,
UIProvider uiProvider)
Crate a new bootstrap page response.
|
BootstrapResponse(BootstrapHandler handler,
VaadinRequest request,
VaadinSession session,
Class<? extends UI> uiClass,
UIProvider uiProvider)
Creates a new bootstrap event.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.