Package | Description |
---|---|
com.vaadin.flow.server | |
com.vaadin.flow.server.communication |
Modifier and Type | Field and Description |
---|---|
protected WebBrowser |
VaadinSession.browser |
Modifier and Type | Method and Description |
---|---|
WebBrowser |
VaadinSession.getBrowser()
Get the web browser associated with this session.
|
WebBrowser |
InitialPageSettings.getBrowser()
Deprecated.
Get the web browser used for the request used for these settings.
|
Modifier and Type | Method and Description |
---|---|
Optional<WebBrowser> |
AppShellSettings.getBrowser()
Get the web browser used for the request used for these settings.
|
Modifier and Type | Method and Description |
---|---|
void |
VaadinSession.setBrowser(WebBrowser browser)
Set the web browser associated with this session.
|
Constructor and Description |
---|
InitialPageSettings(VaadinRequest request,
UI ui,
AfterNavigationEvent afterNavigationEvent,
WebBrowser browser)
Deprecated.
Create new initial page settings object.
|
Modifier and Type | Method and Description |
---|---|
WebBrowser |
UidlWriter.ResolveContext.getBrowser()
Gets the browser info used for resolving.
|
Constructor and Description |
---|
ResolveContext(VaadinService service,
WebBrowser browser)
Creates a new context.
|
Copyright © 2021. All rights reserved.