| Package | Description |
|---|---|
| com.vaadin.server | |
| com.vaadin.ui |
| 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 |
|---|---|
static List<Dependency> |
Dependency.findDependencies(List<Class<? extends ClientConnector>> connectorTypes,
LegacyCommunicationManager manager,
DependencyFilter.FilterContext context)
Finds all the URLs defined for the given classes, registers the URLs to
the communication manager, passes the registered dependencies through any
defined filters and returns the filtered collection of dependencies to
load.
|
Copyright © 2020 Vaadin Ltd. All rights reserved.