com.vaadin.flow.server.communication.

Class UidlWriter.ResolveContext

  • java.lang.Object
    • com.vaadin.flow.server.communication.UidlWriter.ResolveContext
    • Constructor Detail

      • ResolveContext

        public ResolveContext(VaadinService service,
                              WebBrowser browser)

        Creates a new context.

        Parameters:

        service - the service which is resolving

        browser - the browser

    • Method Detail

      • 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