| Package | Description |
|---|---|
| com.vaadin.flow.di | |
| com.vaadin.flow.server | |
| com.vaadin.flow.server.startup |
| Modifier and Type | Method and Description |
|---|---|
default Stream<DependencyFilter> |
Instantiator.getDependencyFilters(Stream<DependencyFilter> serviceInitFilters)
Processes the available dependency filters.
|
| Modifier and Type | Method and Description |
|---|---|
default Stream<DependencyFilter> |
Instantiator.getDependencyFilters(Stream<DependencyFilter> serviceInitFilters)
Processes the available dependency filters.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInitEvent.addDependencyFilter(DependencyFilter dependencyFilter)
Adds a new dependency filter that will be used by this service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BundleDependencyFilter
Filter for serving bundles instead of single dependencies basing on the
bundling information.
|
Copyright © 2025. All rights reserved.