Class BootstrapHandler.BootstrapUriResolver

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    BootstrapHandler

    protected static class BootstrapHandler.BootstrapUriResolver
    extends com.vaadin.shared.VaadinUriResolver
    The URI resolver used in the bootstrap process.
    Since:
    8.1
    See Also:
    Serialized Form
    • 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 java.lang.String getVaadinDirUrl()
        Specified by:
        getVaadinDirUrl in class com.vaadin.shared.VaadinUriResolver
      • getThemeUri

        protected java.lang.String getThemeUri()
        Specified by:
        getThemeUri in class com.vaadin.shared.VaadinUriResolver
      • getServiceUrlParameterName

        protected java.lang.String getServiceUrlParameterName()
        Specified by:
        getServiceUrlParameterName in class com.vaadin.shared.VaadinUriResolver
      • getServiceUrl

        protected java.lang.String getServiceUrl()
        Specified by:
        getServiceUrl in class com.vaadin.shared.VaadinUriResolver
      • encodeQueryStringParameterValue

        protected java.lang.String encodeQueryStringParameterValue​(java.lang.String queryString)
        Specified by:
        encodeQueryStringParameterValue in class com.vaadin.shared.VaadinUriResolver
      • getContextRootUrl

        protected java.lang.String getContextRootUrl()
        Specified by:
        getContextRootUrl in class com.vaadin.shared.VaadinUriResolver
      • getFrontendUrl

        protected java.lang.String getFrontendUrl()
        Specified by:
        getFrontendUrl in class com.vaadin.shared.VaadinUriResolver