public static class DependencyFilter.FilterContext extends Object implements Serializable
| Constructor and Description |
|---|
FilterContext(VaadinService service,
WebBrowser browser)
Creates a new context for the given session.
|
| Modifier and Type | Method and Description |
|---|---|
WebBrowser |
getBrowser()
Gets the browser info needed for filtering.
|
VaadinService |
getService()
Gets the related Vaadin service.
|
public FilterContext(VaadinService service, WebBrowser browser)
service - the service which is loading dependenciesbrowser - the browserpublic VaadinService getService()
public WebBrowser getBrowser()
Copyright © 2025. All rights reserved.