Class |
Description |
GroovyPage
|
NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/)
Base class for a GroovyPage (at the moment there is nothing in here but could be useful for
providing utility methods etc. |
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. |
GroovyPagesMetaUtils
|
|
GroovyPagesTemplateEngine
|
Based on (but not extending) the existing TemplateEngine implementations
within Groovy. |
ResourceAwareTemplateEngine
|
An abstract TemplateEngine that extends the default Groovy TemplateEngine (@see groovy.text.TemplateEngine) and
provides the ability to create templates from the Spring Resource API |