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,
                              AbstractTheme theme)

        Creates a new context.

        Parameters:

        service - the service which is resolving

        browser - the browser

        theme - the theme, or null for no theme

    • 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

      • getTheme

        public AbstractTheme getTheme()

        Gets the theme used for resolving.

        Returns:

        the theme or null for no theme