public static class UidlWriter.ResolveContext extends Object implements Serializable
| Constructor and Description |
|---|
ResolveContext(VaadinService service,
WebBrowser browser,
AbstractTheme theme)
Creates a new context.
|
| Modifier and Type | Method and Description |
|---|---|
WebBrowser |
getBrowser()
Gets the browser info used for resolving.
|
VaadinService |
getService()
Gets the related Vaadin service.
|
AbstractTheme |
getTheme()
Gets the theme used for resolving.
|
public ResolveContext(VaadinService service, WebBrowser browser, AbstractTheme theme)
service - the service which is resolvingbrowser - the browsertheme - the theme, or null for no themepublic VaadinService getService()
public WebBrowser getBrowser()
public AbstractTheme getTheme()
null for no themeCopyright © 2025. All rights reserved.