public static class DependencyFilter.FilterContext extends Object implements Serializable
| Constructor and Description |
|---|
FilterContext(VaadinSession session)
Creates a new context for the given session.
|
| Modifier and Type | Method and Description |
|---|---|
VaadinService |
getService()
Gets the related Vaadin service.
|
VaadinSession |
getSession()
Gets the related Vaadin session.
|
public FilterContext(VaadinSession session)
session - the session which is loading dependenciespublic VaadinSession getSession()
public VaadinService getService()
Copyright © 2019 Vaadin Ltd. All rights reserved.