Class UidlWriter.ResolveContext

java.lang.Object
com.vaadin.flow.server.communication.UidlWriter.ResolveContext
All Implemented Interfaces:
Serializable
Enclosing class:
UidlWriter

public static class UidlWriter.ResolveContext extends Object implements Serializable
Provides context information for the resolve operations.
See Also:
  • Constructor Details

    • ResolveContext

      public ResolveContext(VaadinService service, WebBrowser browser)
      Creates a new context.
      Parameters:
      service - the service which is resolving
      browser - the browser
  • Method Details

    • getService

      public VaadinService getService()
      Gets the related Vaadin service.
      Returns:
      the service
    • getBrowser

      public WebBrowser getBrowser()
      Gets the browser info used for resolving.
      Returns:
      the browser