Class DependencyFilter.FilterContext

    • Constructor Detail

      • FilterContext

        public FilterContext​(VaadinSession session)
        Creates a new context for the given session.
        Parameters:
        session - the session which is loading dependencies
    • Method Detail

      • getSession

        public VaadinSession getSession()
        Gets the related Vaadin session.
        Returns:
        the Vaadin session
      • getService

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