| Package | Description |
|---|---|
| com.vaadin.server |
| Modifier and Type | Method and 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.
|
| 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 | Method and Description |
|---|---|
protected List<DependencyFilter> |
VaadinService.initDependencyFilters(List<DependencyFilter> sessionInitFilters)
Updates the list of resource dependency filters to use for the
application.
|
Copyright © 2022 Vaadin Ltd. All rights reserved.