@groovy.transform.CompileStatic class PluginAwareTemplateResolver extends GenericGroovyTemplateResolver implements PluginManagerAware
A template resolver capable of looking through the installed Grails plugins and finding a template within the scope of the plugin
Modifiers | Name | Description |
---|---|---|
private GrailsPluginManager |
pluginManager |
Fields inherited from class | Fields |
---|---|
class GenericGroovyTemplateResolver |
DOT_CHAR, SLASH_CHAR, UNDERSCORE_CHAR, baseDir, classLoader, packageName |
Type | Name and description |
---|---|
GrailsPluginManager |
pluginManager |
Constructor and description |
---|
PluginAwareTemplateResolver
(ViewConfiguration viewConfiguration) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.net.URL |
resolveTemplate(java.lang.String path) |
|
java.lang.Class<? extends groovy.text.Template> |
resolveTemplateClass(java.lang.String path) |
|
void |
setPluginManager(GrailsPluginManager pluginManager) |
Methods inherited from class | Name |
---|---|
class GenericGroovyTemplateResolver |
resolveTemplate, resolveTemplateClass, resolveTemplateClass, resolveTemplateName |
Groovy Documentation