Class BaseWebConfigResourceProvider

    • Constructor Detail

      • BaseWebConfigResourceProvider

        public BaseWebConfigResourceProvider()
    • Method Detail

      • getResources

        public Collection<URI> getResources​(jakarta.servlet.ServletContext context)
        Specified by:
        getResources in interface ConfigurationResourceProvider
        Parameters:
        context - the ServletContext for this application
        Returns:
        a List zero or more URL instances representing application configuration resources
      • getExcludedResources

        protected abstract String[] getExcludedResources()
      • getSeparatorRegex

        protected abstract String getSeparatorRegex()
      • getContextURLForPath

        protected URI getContextURLForPath​(jakarta.servlet.ServletContext context,
                                           String path)
      • isExcluded

        protected boolean isExcluded​(String path)