Uses of Interface
com.vaadin.server.DependencyFilter
-
Packages that use DependencyFilter Package Description com.vaadin.server -
-
Uses of DependencyFilter in com.vaadin.server
Methods in com.vaadin.server that return types with arguments of type DependencyFilter Modifier and Type Method Description List<DependencyFilter>ServiceInitEvent. getAddedDependencyFilters()Gets an unmodifiable list of all dependency filters that have been added for the service.Iterable<DependencyFilter>VaadinService. getDependencyFilters()Gets the filters which all resource dependencies are passed through before being sent to the client for loading.protected List<DependencyFilter>VaadinService. initDependencyFilters(List<DependencyFilter> sessionInitFilters)Updates the list of resource dependency filters to use for the application.Methods in com.vaadin.server with parameters of type DependencyFilter Modifier and Type Method Description voidServiceInitEvent. addDependencyFilter(DependencyFilter dependencyFilter)Adds a new dependency filter that will be used by this service.Method parameters in com.vaadin.server with type arguments of type DependencyFilter Modifier and Type Method Description protected List<DependencyFilter>VaadinService. initDependencyFilters(List<DependencyFilter> sessionInitFilters)Updates the list of resource dependency filters to use for the application.
-