spring-framework / org.springframework.web.servlet.view.groovy / GroovyMarkupConfigurer / setResourceLoaderPath

setResourceLoaderPath

open fun setResourceLoaderPath(resourceLoaderPath: String): Unit

Set the Groovy Markup Template resource loader path(s) via a Spring resource location. Accepts multiple locations as a comma-separated list of paths. Standard URLs like "file:" and "classpath:" and pseudo URLs are supported as understood by Spring's org.springframework.core.io.ResourceLoader. Relative paths are allowed when running in an ApplicationContext.