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.
com.vaadin.flow.server.communication.
Class UidlWriter.ResolveContext
java.lang.Object
com.vaadin.flow.server.communication.UidlWriter.ResolveContext
All Implemented Interfaces:
Enclosing class:
Provides context information for the resolve operations.
See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResolveContext
(VaadinService service, WebBrowser browser) Creates a new context.
-
Method Summary
Modifier and TypeMethodDescriptionGets the browser info used for resolving.
Gets the related Vaadin service.
-
Constructor Details
-
ResolveContext
Creates a new context.
Parameters:
service
- the service which is resolvingbrowser
- the browser
-
-
Method Details
-
getService
Gets the related Vaadin service.
Returns:
the service
-
getBrowser
Gets the browser info used for resolving.
Returns:
the browser
-