- generateGsp(Writer, boolean) - Method in GroovyPageParser
-
- generateJavaName(String) - Method in GroovyPageCompiler
-
- getBodyClosure(int) - Method in GroovyPage
-
- getCacheTimeout() - Method in CachingGroovyPageStaticResourceLocator
-
- getClassName() - Method in GroovyPageParser
-
- getCompilationException() - Method in GroovyPageMetaInfo
-
- getCompiledClass() - Method in GroovyPageCompiledScriptSource
-
@return The compiled class
- getContentType() - Method in GroovyPageMetaInfo
-
- getContentType() - Method in GroovyPageParser
-
- getCurrentLineNumber() - Method in GSPWriter
-
- getCurrentOutputLineNumber() - Method in GroovyPageParser
-
- getDomainClassMap() - Method in GroovyPagesTemplateEngine
-
- getExpressionCodecDirectiveValue() - Method in GroovyPageParser
-
- getExpressionEncoder() - Method in GroovyPageMetaInfo
-
- getExpressionOut() - Method in GroovyPage
-
- getExpressionText(String, boolean) - Method in GroovyPageParser
-
- getFileName() - Method in GroovyPagesException
-
- getForeachRenamedIt() - Method in GroovySyntaxTag
-
- getGrailsApplication() - Method in GroovyPageMetaInfo
-
- getGroovyPageFileName() - Method in GroovyPage
-
- getGroovyPageLocator() - Method in GroovyPagesTemplateEngine
-
- getGroovyPageMetaInfo() - Method in GroovyPageCompiledScriptSource
-
- getGroovyPageSourceDecorators() - Method in GroovyPagesTemplateEngine
-
- getGroovySource() - Method in GroovyPageMetaInfo
-
- getGspEncoding() - Method in GroovyPageParser
-
- getGspEncoding() - Method in GroovyPagesTemplateEngine
-
- getHtmlParts() - Method in GroovyPage
-
- getHtmlParts() - Method in GroovyPageMetaInfo
-
- getHtmlParts() - Method in GroovyPageParser
-
- getHtmlPartsArray() - Method in GroovyPageParser
-
- getInstance() - Method in GrailsTagRegistry
-
- getJspTag(String, String) - Method in GroovyPage
-
- getJspTagLibraryResolver() - Method in GroovyPageMetaInfo
-
- getJspTags() - Method in GroovyPageMetaInfo
-
- getJspTags() - Method in GroovyPageParser
-
- getLastModified() - Method in GroovyPageMetaInfo
-
- getLastModified() - Method in GroovyPageParser
-
- getLineNumber() - Method in GroovyPagesException
-
- getLineNumberMatrix() - Method in GroovyPageParser
-
- getLineNumbers() - Method in GroovyPageMetaInfo
-
- getLineNumbers() - Method in GSPWriter
-
- getMetaInfo() - Method in GroovyPageTemplate
-
- getName() - Method in GrailsTag
-
@return The name of the tag
- getName() - Method in GroovyCollectTag
-
- getName() - Method in GroovyDefTag
-
- getName() - Method in GroovyEachTag
-
- getName() - Method in GroovyElseIfTag
-
- getName() - Method in GroovyElseTag
-
- getName() - Method in GroovyFindAllTag
-
- getName() - Method in GroovyGrepTag
-
- getName() - Method in GroovyIfTag
-
- getName() - Method in GroovyUnlessTag
-
- getName() - Method in GroovyWhileTag
-
- getOut() - Method in GroovyPage
-
- getOutCodecDirectiveValue() - Method in GroovyPageParser
-
- getOutEncoder() - Method in GroovyPageMetaInfo
-
- getOutputContext() - Method in GroovyPage
-
- getOutputStack() - Method in GroovyPage
-
- getPackageName() - Method in GroovyPageParser
-
- getPageClass() - Method in GroovyPageMetaInfo
-
- getPageName() - Method in GroovyPageParser
-
- getPagePlugin() - Method in GroovyPageBinding
-
- getPagePlugin() - Method in GroovyPageMetaInfo
-
- getPluginContextPath() - Method in GroovyPage
-
- getPluginContextPath() - Method in GroovyPageBinding
-
- getPluginPath() - Method in GroovyPageMetaInfo
-
- getPluginViewPathInfo(String) - Method in DefaultGroovyPageLocator
-
- getProperty(String) - Method in GroovyPage
-
- getReloadableScriptSource() - Method in GroovyPageCompiledScriptSource
-
- getResource(String) - Method in GroovyPageResourceLoader
-
- getResourceForUri(String) - Method in GroovyPagesTemplateEngine
-
Attempts to retrieve a reference to a GSP as a Spring Resource instance for the given URI.
- getScriptAsString() - Method in GroovyPageCompiledScriptSource
-
- getStaticCodecDirectiveValue() - Method in GroovyPageParser
-
- getStaticEncoder() - Method in GroovyPageMetaInfo
-
- getTag(String) - Method in JspTagLib
-
Obtains a reference to a JspTag instance contained within the library
- getTaglibCodecDirectiveValue() - Method in GroovyPageParser
-
- getTaglibEncoder() - Method in GroovyPageMetaInfo
-
- getTagLibraryLookup() - Method in GroovyPageMetaInfo
-
- getURI() - Method in GroovyPageCompiledScriptSource
-
- getURI() - Method in GroovyPageResourceScriptSource
-
- getURI() - Method in GroovyPageScriptSource
-
@return The URI of the Groovy page
- getURI() - Method in JspTagLib
-
@return The URI of the tag library
- getUriWithinGrailsViews(String) - Method in GroovyPagesTemplateEngine
-
Returns the path to the view of the relative URI within the Grails views directory
- getVariable(String) - Method in GroovyPageBinding
-
- GrailsTag - Interface in org.grails.gsp.compiler.tags
Allows to tag implementation to be abstracted from the JSP custom tag spec.. hence allowing
them to be used in direct method calls etc.
- GrailsTagRegistry - Class in org.grails.gsp.compiler.tags
A registry for holding all Grails tag implementations.
- GROOVY_SOURCE_CHAR_ENCODING - Field in GroovyPageParser
-
- GroovyCollectTag - Class in org.grails.gsp.compiler.tags
Example:
- GroovyDefTag - Class in org.grails.gsp.compiler.tags
Allows defining of variables within the page context.
- GroovyEachTag - Class in org.grails.gsp.compiler.tags
@author Graeme Rocher
- GroovyElseIfTag - Class in org.grails.gsp.compiler.tags
- GroovyElseTag - Class in org.grails.gsp.compiler.tags
@author Graeme Rocher
- GroovyFindAllTag - Class in org.grails.gsp.compiler.tags
Example:
- GroovyGrepTag - Class in org.grails.gsp.compiler.tags
Example:
- GroovyIfTag - Class in org.grails.gsp.compiler.tags
- GroovyPage - Class in org.grails.gsp
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() - Constructor in GroovyPage
-
- GroovyPageBinding - Class in org.grails.gsp
Script Binding that is used in GSP evaluation.
- GroovyPageBinding(String) - Constructor in GroovyPageBinding
-
- GroovyPageBytecodeOptimizer - Class in org.grails.gsp.compiler.transform
- GroovyPageClassLoader - Class in org.grails.gsp
A class loader that is aware of Groovy Pages and injection operations.
- GroovyPageClassLoader(ClassLoader, CompilerConfiguration) - Constructor in GroovyPageClassLoader
-
- GroovyPageCompiledScriptSource - Class in org.grails.gsp.io
Represents a pre-compiled GSP.
- GroovyPageCompiledScriptSource(String, String, Class<?>) - Constructor in GroovyPageCompiledScriptSource
-
- GroovyPageCompiler - Class in org.grails.gsp.compiler
Used to compile GSP files into a specified target directory.
- GroovyPageInjectionOperation - Class in org.grails.gsp.compiler.transform
A GroovyPage compiler injection operation that uses a specified array of ClassInjector instances to
attempt AST injection.
- GroovyPageLocator - Interface in org.grails.gsp.io
Used to locate GSPs whether in development or WAR deployed mode.
- GroovyPageMetaInfo - Class in org.grails.gsp
Encapsulates the information necessary to describe a GSP.
- GroovyPageMetaInfo(Class<?>) - Constructor in GroovyPageMetaInfo
-
- GroovyPageParser - Class in org.grails.gsp.compiler
NOTE: Based on work done by the GSP standalone project (https://gsp.dev.java.net/).
- GroovyPageParser(String, String, String, InputStream) - Method in GroovyPageParser
-
- GroovyPageResourceLoader - Class in org.grails.gsp
A StaticResourceLoader that loads GSPs from a local grails-app folder instead of from WEB-INF in
development mode.
- GroovyPageResourceScriptSource - Class in org.grails.gsp.io
- GroovyPageResourceScriptSource(String, Resource) - Constructor in GroovyPageResourceScriptSource
-
Create a new ResourceScriptSource for the given resource.
- GroovyPageScriptSource - Interface in org.grails.gsp.io
@author Graeme Rocher
- GroovyPagesException - Class in org.grails.gsp
Thrown when processing GSP pages.
- GroovyPagesException(String) - Constructor in GroovyPagesException
-
- GroovyPagesMetaUtils - Class in org.grails.gsp
- GroovyPageSourceDecorator - Interface in org.grails.gsp
- GroovyPageStaticResourceLocator - Class in org.grails.gsp.io
Extends the org.grails.core.io.DefaultResourceLocator class with extra methods to evaluate static resources relative to the currently executing GSP page.
- GroovyPagesTemplateEngine - Class in org.grails.gsp
Based on (but not extending) the existing TemplateEngine implementations
within Groovy.
- GroovyPagesTemplateEngine() - Method in GroovyPagesTemplateEngine
-
- GroovyPageTemplate - Class in org.grails.gsp
Knows how to make in instance of GroovyPageWritable.
- GroovyPageTemplate(GroovyPageMetaInfo, OutputContextLookup) - Constructor in GroovyPageTemplate
-
- GroovyPageWritable - Class in org.grails.gsp
Writes itself to the specified writer, typically the response writer.
- GroovyPageWritable(GroovyPageMetaInfo, OutputContextLookup, boolean) - Constructor in GroovyPageWritable
-
- GroovySyntaxTag - Class in org.grails.gsp.compiler.tags
- GroovyUnlessTag - Class in org.grails.gsp.compiler.tags
- GroovyWhileTag - Class in org.grails.gsp.compiler.tags
@author Graeme Rocher
- GSPWriter - Class in org.grails.gsp.compiler
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.
- GSPWriter(Writer, GroovyPageParser) - Constructor in GSPWriter
-