Uses of Class
com.vaadin.flow.server.WebBrowser
-
Packages that use WebBrowser Package Description com.vaadin.flow.server com.vaadin.flow.server.communication -
-
Uses of WebBrowser in com.vaadin.flow.server
Fields in com.vaadin.flow.server declared as WebBrowser Modifier and Type Field Description protected WebBrowserVaadinSession. browserMethods in com.vaadin.flow.server that return WebBrowser Modifier and Type Method Description WebBrowserInitialPageSettings. getBrowser()Deprecated.Get the web browser used for the request used for these settings.WebBrowserVaadinSession. getBrowser()Get the web browser associated with this session.Methods in com.vaadin.flow.server that return types with arguments of type WebBrowser Modifier and Type Method Description Optional<WebBrowser>AppShellSettings. getBrowser()Get the web browser used for the request used for these settings.Methods in com.vaadin.flow.server with parameters of type WebBrowser Modifier and Type Method Description voidVaadinSession. setBrowser(WebBrowser browser)Set the web browser associated with this session.Constructors in com.vaadin.flow.server with parameters of type WebBrowser Constructor Description InitialPageSettings(VaadinRequest request, UI ui, AfterNavigationEvent afterNavigationEvent, WebBrowser browser)Deprecated.Create new initial page settings object. -
Uses of WebBrowser in com.vaadin.flow.server.communication
Methods in com.vaadin.flow.server.communication that return WebBrowser Modifier and Type Method Description WebBrowserUidlWriter.ResolveContext. getBrowser()Gets the browser info used for resolving.Constructors in com.vaadin.flow.server.communication with parameters of type WebBrowser Constructor Description ResolveContext(VaadinService service, WebBrowser browser)Creates a new context.
-