Package | Description |
---|---|
com.vaadin.flow.server | |
com.vaadin.flow.server.communication | |
com.vaadin.flow.server.startup |
Modifier and Type | Field and Description |
---|---|
protected WebBrowser |
VaadinSession.browser |
Modifier and Type | Method and Description |
---|---|
WebBrowser |
VaadinSession.getBrowser()
Get the web browser associated with this session.
|
WebBrowser |
InitialPageSettings.getBrowser()
Deprecated.
Get the web browser used for the request used for these settings.
|
WebBrowser |
DependencyFilter.FilterContext.getBrowser()
Gets the browser info needed for filtering.
|
Modifier and Type | Method and Description |
---|---|
URL |
VaadinServletService.getResource(String path,
WebBrowser browser,
AbstractTheme theme) |
abstract URL |
VaadinService.getResource(String url,
WebBrowser browser,
AbstractTheme theme)
Returns a URL to the resource at the given Vaadin URI.
|
InputStream |
VaadinServletService.getResourceAsStream(String path,
WebBrowser browser,
AbstractTheme theme) |
abstract InputStream |
VaadinService.getResourceAsStream(String url,
WebBrowser browser,
AbstractTheme theme)
Opens a stream to to the resource at the given Vaadin URI.
|
Optional<String> |
VaadinServletService.getThemedUrl(String url,
WebBrowser browser,
AbstractTheme theme) |
abstract Optional<String> |
VaadinService.getThemedUrl(String url,
WebBrowser browser,
AbstractTheme theme)
Checks if the given URL has a themed version.
|
boolean |
VaadinService.isResourceAvailable(String url,
WebBrowser browser,
AbstractTheme theme)
Checks if a resource is available at the given Vaadin URI.
|
String |
VaadinServletService.resolveResource(String url,
WebBrowser browser) |
abstract String |
VaadinService.resolveResource(String url,
WebBrowser browser)
Resolves the given
url resource to be useful for
VaadinService.getResource(String, WebBrowser, AbstractTheme) and
VaadinService.getResourceAsStream(String, WebBrowser, AbstractTheme) . |
void |
VaadinSession.setBrowser(WebBrowser browser)
Set the web browser associated with this session.
|
Constructor and Description |
---|
FilterContext(VaadinService service,
WebBrowser browser)
Creates a new context for the given session.
|
InitialPageSettings(VaadinRequest request,
UI ui,
AfterNavigationEvent afterNavigationEvent,
WebBrowser browser)
Deprecated.
Create new initial page settings object.
|
Modifier and Type | Method and Description |
---|---|
WebBrowser |
UidlWriter.ResolveContext.getBrowser()
Gets the browser info used for resolving.
|
Constructor and Description |
---|
ResolveContext(VaadinService service,
WebBrowser browser,
AbstractTheme theme)
Creates a new context.
|
Modifier and Type | Class and Description |
---|---|
class |
FakeBrowser
Browser instance targeted for server side resolving of resources.
|
Constructor and Description |
---|
BundleDependencyFilter(WebBrowser browser,
String mainBundlePath,
Map<String,Set<String>> importContainedInBundles)
Creates a filter with the required information.
|
Copyright © 2025. All rights reserved.