Package com.vaadin.server
Class BootstrapHandler.BootstrapUriResolver
- java.lang.Object
-
- com.vaadin.shared.VaadinUriResolver
-
- com.vaadin.server.BootstrapHandler.BootstrapUriResolver
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BootstrapHandler
protected static class BootstrapHandler.BootstrapUriResolver extends VaadinUriResolver
The URI resolver used in the bootstrap process.- Since:
- 8.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BootstrapUriResolver(BootstrapHandler.BootstrapContext bootstrapContext)Creates a new bootstrap resolver based on the given bootstrap context.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringencodeQueryStringParameterValue(String queryString)protected StringgetContextRootUrl()protected StringgetFrontendUrl()protected StringgetServiceUrl()protected StringgetServiceUrlParameterName()protected StringgetThemeUri()protected StringgetVaadinDirUrl()-
Methods inherited from class com.vaadin.shared.VaadinUriResolver
resolveVaadinUri
-
-
-
-
Constructor Detail
-
BootstrapUriResolver
public BootstrapUriResolver(BootstrapHandler.BootstrapContext bootstrapContext)
Creates a new bootstrap resolver based on the given bootstrap context.- Parameters:
bootstrapContext- the bootstrap context
-
-
Method Detail
-
getVaadinDirUrl
protected String getVaadinDirUrl()
- Specified by:
getVaadinDirUrlin classVaadinUriResolver
-
getThemeUri
protected String getThemeUri()
- Specified by:
getThemeUriin classVaadinUriResolver
-
getServiceUrlParameterName
protected String getServiceUrlParameterName()
- Specified by:
getServiceUrlParameterNamein classVaadinUriResolver
-
getServiceUrl
protected String getServiceUrl()
- Specified by:
getServiceUrlin classVaadinUriResolver
-
encodeQueryStringParameterValue
protected String encodeQueryStringParameterValue(String queryString)
- Specified by:
encodeQueryStringParameterValuein classVaadinUriResolver
-
getContextRootUrl
protected String getContextRootUrl()
- Specified by:
getContextRootUrlin classVaadinUriResolver
-
getFrontendUrl
protected String getFrontendUrl()
- Specified by:
getFrontendUrlin classVaadinUriResolver
-
-