Uses of Interface
com.vaadin.flow.server.DependencyFilter
Packages that use DependencyFilter
-
Uses of DependencyFilter in com.vaadin.flow.di
Methods in com.vaadin.flow.di that return types with arguments of type DependencyFilterModifier and TypeMethodDescriptiondefault Stream<DependencyFilter> Instantiator.getDependencyFilters(Stream<DependencyFilter> serviceInitFilters) Processes the available dependency filters.Method parameters in com.vaadin.flow.di with type arguments of type DependencyFilterModifier and TypeMethodDescriptiondefault 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 DependencyFilterModifier and TypeMethodDescriptionServiceInitEvent.getAddedDependencyFilters()Gets a stream of all dependency filters that have been added for the service.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 DependencyFilterModifier and TypeMethodDescriptionvoidServiceInitEvent.addDependencyFilter(DependencyFilter dependencyFilter) Adds a new dependency filter that will be used by this service.