Groovy Documentation

Package org.codehaus.groovy.grails.web.pages

 

Interface Summary
GroovyPagesUriService Provides methods to lookup URIs of views and templates.
 


Class Summary
DefaultGroovyPagesUriService Provides services for resolving URIs
FastStringWriter Java's default StringWriter uses a StringBuffer which is synchronized.
GSPResponseWriter NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/)
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.
GroovyPage NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/)
GroovyPage.ConstantClosure
GroovyPageBinding
GroovyPageCompiler Used to compile GSP files into a specified target directory.
GroovyPageCompilerTask An Ant task used for compiling GSP sources.
GroovyPageOutputStack
GroovyPageParser NOTE: Based on work done by the GSP standalone project (https://gsp.dev.java.net/)
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.
GroovyPageUtils Methods to establish template names, paths and so on.
GroovyPagesServlet NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/)
GroovyPagesTemplateEngine Based on (but not extending) the existing TemplateEngine implementations within Groovy.
GroovyPagesUriSupport Methods to establish template names, paths and so on.
SitemeshPreprocessor Adds GSP Sitemesh integration directly to compiled GSP.
TagLibraryLookup Looks up tag library instances.
 


Groovy Documentation