| 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.
|
Collection<Dependency> |
Page.getPendingDependencies()
Returns all pending dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Page.addDependency(Dependency dependency)
Add a dependency that should be added to the current page.
|
| 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 © 2018 Vaadin Ltd. All rights reserved.