protected static class BootstrapHandler.BootstrapUriResolver extends VaadinUriResolver
| Constructor and Description |
|---|
BootstrapUriResolver(BootstrapHandler.BootstrapContext bootstrapContext)
Creates a new bootstrap resolver based on the given bootstrap
context.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
encodeQueryStringParameterValue(String queryString) |
protected String |
getContextRootUrl() |
protected String |
getFrontendUrl() |
protected String |
getServiceUrl() |
protected String |
getServiceUrlParameterName() |
protected String |
getThemeUri() |
protected String |
getVaadinDirUrl() |
resolveVaadinUripublic BootstrapUriResolver(BootstrapHandler.BootstrapContext bootstrapContext)
bootstrapContext - the bootstrap contextprotected String getVaadinDirUrl()
getVaadinDirUrl in class VaadinUriResolverprotected String getThemeUri()
getThemeUri in class VaadinUriResolverprotected String getServiceUrlParameterName()
getServiceUrlParameterName in class VaadinUriResolverprotected String getServiceUrl()
getServiceUrl in class VaadinUriResolverprotected String encodeQueryStringParameterValue(String queryString)
encodeQueryStringParameterValue in class VaadinUriResolverprotected String getContextRootUrl()
getContextRootUrl in class VaadinUriResolverprotected String getFrontendUrl()
getFrontendUrl in class VaadinUriResolverCopyright © 2019 Vaadin Ltd. All rights reserved.