public interface GroovyPageLocator
| Modifier and Type | Method and Description |
|---|---|
void |
addResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
Adds a new resource loader to search
|
GroovyPageScriptSource |
findPage(java.lang.String uri)
Finds a page for the given URI
|
GroovyPageScriptSource |
findPageInBinding(java.lang.String uri,
GroovyPageBinding binding)
Finds a page for the URI and binding
|
GroovyPageScriptSource |
findPageInBinding(java.lang.String pluginName,
java.lang.String uri,
GroovyPageBinding binding)
Finds a page for the given URI
|
void |
removePrecompiledPage(GroovyPageCompiledScriptSource compiledScriptSource)
Removes any precompiled pages for the given URI so that they can be replaced by dynamic pages
|
void addResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
resourceLoader - The resource loader to searchGroovyPageScriptSource findPage(java.lang.String uri)
uri - The URIGroovyPageScriptSource findPageInBinding(java.lang.String pluginName, java.lang.String uri, GroovyPageBinding binding)
uri - The URIGroovyPageScriptSource findPageInBinding(java.lang.String uri, GroovyPageBinding binding)
uri - The URIbinding - The bindingvoid removePrecompiledPage(GroovyPageCompiledScriptSource compiledScriptSource)
compiledScriptSource - The compiled script source