Class DependencyFilter.FilterContext

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    DependencyFilter

    public static class DependencyFilter.FilterContext
    extends java.lang.Object
    implements java.io.Serializable
    Provides context information for the dependency filter operation.
    Since:
    8.1
    See Also:
    Serialized Form
    • 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