We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.server.WebBrowser
Packages that use WebBrowser
-
Uses of WebBrowser in com.vaadin.flow.server
Fields in com.vaadin.flow.server declared as WebBrowserMethods in com.vaadin.flow.server that return WebBrowserModifier and TypeMethodDescriptionVaadinSession.getBrowser()
Get the web browser associated with this session.
Methods in com.vaadin.flow.server that return types with arguments of type WebBrowserModifier and TypeMethodDescriptionAppShellSettings.getBrowser()
Get the web browser used for the request used for these settings.
Methods in com.vaadin.flow.server with parameters of type WebBrowserModifier and TypeMethodDescriptionvoid
VaadinSession.setBrowser
(WebBrowser browser) Set the web browser associated with this session.
-
Uses of WebBrowser in com.vaadin.flow.server.communication
Methods in com.vaadin.flow.server.communication that return WebBrowserModifier and TypeMethodDescriptionUidlWriter.ResolveContext.getBrowser()
Gets the browser info used for resolving.
Constructors in com.vaadin.flow.server.communication with parameters of type WebBrowserModifierConstructorDescriptionResolveContext
(VaadinService service, WebBrowser browser) Creates a new context.