Uses of Interface
com.vaadin.flow.server.DependencyFilter
-
Packages that use DependencyFilter Package Description com.vaadin.flow.di com.vaadin.flow.server -
-
Uses of DependencyFilter in com.vaadin.flow.di
Methods in com.vaadin.flow.di that return types with arguments of type DependencyFilter Modifier and Type Method Description default Stream<DependencyFilter>Instantiator. getDependencyFilters(Stream<DependencyFilter> serviceInitFilters)Processes the available dependency filters.Method parameters in com.vaadin.flow.di with type arguments of type DependencyFilter Modifier and Type Method Description default Stream<DependencyFilter>Instantiator. getDependencyFilters(Stream<DependencyFilter> serviceInitFilters)Processes the available dependency filters. -
Uses of DependencyFilter in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return types with arguments of type DependencyFilter Modifier and Type Method Description Stream<DependencyFilter>ServiceInitEvent. getAddedDependencyFilters()Gets a stream 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.Methods in com.vaadin.flow.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.
-