Uses of Class
com.vaadin.server.DependencyFilter.FilterContext
-
Packages that use DependencyFilter.FilterContext Package Description com.vaadin.server com.vaadin.ui -
-
Uses of DependencyFilter.FilterContext in com.vaadin.server
Methods in com.vaadin.server with parameters of type DependencyFilter.FilterContext Modifier and Type Method Description List<Dependency>DependencyFilter. filter(List<Dependency> dependencies, DependencyFilter.FilterContext filterContext)Filters the list of dependencies and returns a (possibly) updated version. -
Uses of DependencyFilter.FilterContext in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type DependencyFilter.FilterContext Modifier and Type Method Description static List<Dependency>Dependency. findDependencies(List<Class<? extends ClientConnector>> connectorTypes, LegacyCommunicationManager manager, DependencyFilter.FilterContext context)Finds all the URLs defined for the given classes, registers the URLs to the communication manager, passes the registered dependencies through any defined filters and returns the filtered collection of dependencies to load.
-