Class |
Description |
CompileStaticGroovyPage
|
Base class for staticly compiled GSPs |
GroovyPage
|
|
GroovyPageBinding
|
Script Binding that is used in GSP evaluation. |
GroovyPageClassLoader
|
A class loader that is aware of Groovy Pages and injection operations. |
GroovyPageMetaInfo
|
Encapsulates the information necessary to describe a GSP. |
GroovyPageResourceLoader
|
A StaticResourceLoader that loads GSPs from a local grails-app folder instead of from WEB-INF in
development mode. |
GroovyPageTemplate
|
Knows how to make in instance of GroovyPageWritable. |
GroovyPageWritable
|
Writes itself to the specified writer, typically the response writer. |
GroovyPagesException
|
Thrown when processing GSP pages. |
GroovyPagesMetaUtils
|
|
GroovyPagesTemplateEngine
|
Based on (but not extending) the existing TemplateEngine implementations
within Groovy. |
ModelRecordingGroovyPage
|
Development time helper class to add model definitions to existing GSP pages |
ResourceAwareTemplateEngine
|
An abstract TemplateEngine that extends the default Groovy TemplateEngine ( - See Also:
- groovy.text.TemplateEngine
|