|
Class Summary |
| DefaultGroovyPagesUriService |
Provides services for resolving URIs
caches lookups in an internal ConcurrentHashMap cache |
| FastStringWriter |
Java's default StringWriter uses a StringBuffer which is synchronized. |
| 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. |
| GroovyPage.ConstantClosure |
|
| GroovyPageBinding |
|
| GroovyPageCompiler |
|
| GroovyPageCompilerTask |
|
| GroovyPageMetaInfo |
A class that encapsulates the information necessary to describe a GSP |
| GroovyPageOutputStack |
|
| GroovyPageParser |
NOTE: Based on work done by the GSP standalone project
(https://gsp.dev.java.net/)
Parsing implementation for GSP files |
| GroovyPageResourceLoader |
A StaticResourceLoader that loads GSPs from a local grails-app folder instead of from WEB-INF in
development mode |
| GroovyPageScanner |
NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/)
Lexer for GroovyPagesServlet. |
| GroovyPagesServlet |
NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/)
Main servlet class. |
| GroovyPagesTemplateEngine |
A GroovyPagesTemplateEngine based on (but not extending) the existing TemplateEngine implementations
within Groovy. |
| GroovyPagesUriSupport |
Methods to establish template names, paths and so on. |
| GroovyPageTemplate |
An instance of the groovy.text.Template interface that knows how to
make in instance of GroovyPageWritable |
| GroovyPageUtils |
Deprecated. |
| GroovyPageWritable |
An instance of groovy.lang.Writable that writes itself to the specified
writer, typically the response writer |
| GSPResponseWriter |
NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/)
A buffered writer that won't commit the response until the buffer has reached the high
water mark, or until flush() or close() is called. |
| GSPWriter |
A PrintWriter used in the generation of GSP pages that allows printing to the target output stream and
maintains a record of the current line number during usage. |
| Reverse |
NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/)
Utility class to reverse a char sequence. |
| SitemeshPreprocessor |
This class is used to add GSP Sitemesh integration directly to compiled GSP. |
| Strip |
NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/)
Utility class to strip HTML from around tags that specify it. |
| TagLibraryLookup |
A class that is look-up tag library instances |