Class UidlWriter.ResolveContext
java.lang.Object
com.vaadin.flow.server.communication.UidlWriter.ResolveContext
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UidlWriter
Provides context information for the resolve operations.
- See Also:
-
Constructor Summary
ConstructorDescriptionResolveContext
(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
-