Package | Description |
---|---|
com.vaadin.flow.component.internal | |
com.vaadin.flow.server | |
com.vaadin.flow.server.startup |
Modifier and Type | Method and Description |
---|---|
Collection<Dependency> |
DependencyList.getPendingSendToClient()
Returns a list of dependencies which should be sent to the client.
|
Modifier and Type | Method and Description |
---|---|
void |
DependencyList.add(Dependency dependency)
Adds the given dependency to be loaded by the client side.
|
Modifier and Type | Method and Description |
---|---|
List<Dependency> |
DependencyFilter.filter(List<Dependency> dependencies,
DependencyFilter.FilterContext filterContext)
Filters the list of dependencies and returns a (possibly) updated
version.
|
Modifier and Type | Method and Description |
---|---|
List<Dependency> |
DependencyFilter.filter(List<Dependency> dependencies,
DependencyFilter.FilterContext filterContext)
Filters the list of dependencies and returns a (possibly) updated
version.
|
Modifier and Type | Method and Description |
---|---|
List<Dependency> |
BundleDependencyFilter.filter(List<Dependency> dependencies,
DependencyFilter.FilterContext filterContext) |
Modifier and Type | Method and Description |
---|---|
List<Dependency> |
BundleDependencyFilter.filter(List<Dependency> dependencies,
DependencyFilter.FilterContext filterContext) |
Copyright © 2020. All rights reserved.