- generatedGroovyPagesDirectory - Property in GroovyPageCompiler
-
- generateGsp(java.io.Writer, boolean) - Method in GroovyPageParser
-
- generateJavaName(java.lang.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
-
- Returns:
- 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(java.lang.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(java.lang.String, java.lang.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
-
- getModelFields() - Method in GroovyPageMetaInfo
-
- getName() - Method in GrailsTag
-
- Returns:
- 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(java.lang.String) - Method in DefaultGroovyPageLocator
-
- getProperty(java.lang.String) - Method in CompileStaticGroovyPage
-
- getProperty(java.lang.String) - Method in GroovyPage
-
- getReloadableScriptSource() - Method in GroovyPageCompiledScriptSource
-
- getResource(java.lang.String) - Method in GroovyPageResourceLoader
-
- getResourceForUri(java.lang.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(java.lang.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
-
- Returns:
- The URI of the Groovy page
- getURI() - Method in JspTagLib
-
- Returns:
- The URI of the tag library
- getUriWithinGrailsViews(java.lang.String) - Method in GroovyPagesTemplateEngine
-
Returns the path to the view of the relative URI within the Grails views directory
- getVariable(java.lang.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:
<gr:collect in="${thing" expr="it.length() == 3">
- GroovyDefTag - Class in org.grails.gsp.compiler.tags
Allows defining of variables within the page context.
- GroovyEachTag - Class in org.grails.gsp.compiler.tags
- GroovyElseIfTag - Class in org.grails.gsp.compiler.tags
- GroovyElseTag - Class in org.grails.gsp.compiler.tags
- 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
- GroovyPage() - Constructor in GroovyPage
-
- GroovyPageBinding - Class in org.grails.gsp
Script Binding that is used in GSP evaluation.
- GroovyPageBinding(java.lang.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(java.lang.ClassLoader, org.codehaus.groovy.control.CompilerConfiguration) - Constructor in GroovyPageClassLoader
-
- GroovyPageCompiledScriptSource - Class in org.grails.gsp.io
Represents a pre-compiled GSP.
- GroovyPageCompiledScriptSource(java.lang.String, java.lang.String, Class<?>) - Constructor in GroovyPageCompiledScriptSource
-
- GroovyPageCompiler - Class in org.grails.gsp.compiler
Used to compile GSP files into a specified target directory.
- GroovyPageCompiler() - Constructor in GroovyPageCompiler
-
- 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(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, grails.config.ConfigMap) - Constructor 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(java.lang.String, org.springframework.core.io.Resource) - Constructor in GroovyPageResourceScriptSource
-
Create a new ResourceScriptSource for the given resource.
- GroovyPageScriptSource - Interface in org.grails.gsp.io
- GroovyPagesException - Class in org.grails.gsp
Thrown when processing GSP pages.
- GroovyPagesException(java.lang.String) - Constructor in GroovyPagesException
-
- GroovyPagesMetaUtils - Class in org.grails.gsp
- GroovyPagesMetaUtils() - Constructor in GroovyPagesMetaUtils
-
- GroovyPageSourceDecorator - Interface in org.grails.gsp
- GroovyPageStaticResourceLocator - Class in org.grails.gsp.io
- GroovyPagesTemplateEngine - Class in org.grails.gsp
Based on (but not extending) the existing TemplateEngine implementations
within Groovy.
- GroovyPagesTemplateEngine() - Constructor in GroovyPagesTemplateEngine
-
- GroovyPageTemplate - Class in org.grails.gsp
Knows how to make in instance of GroovyPageWritable.
- GroovyPageTemplate(org.grails.gsp.GroovyPageMetaInfo, org.grails.taglib.encoder.OutputContextLookup) - Constructor in GroovyPageTemplate
-
- GroovyPageTypeCheckingConfig - Annotation Type in org.grails.gsp.compiler
- GroovyPageTypeCheckingExtension - Class in org.grails.gsp.compiler
CompileStatic type checking extension for GSPs
- GroovyPageTypeCheckingExtension() - Constructor in GroovyPageTypeCheckingExtension
-
- GroovyPageWritable - Class in org.grails.gsp
Writes itself to the specified writer, typically the response writer.
- GroovyPageWritable(org.grails.gsp.GroovyPageMetaInfo, org.grails.taglib.encoder.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
- gspTagLibraryLookup - Field in GroovyPage
-
- 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(java.io.Writer, org.grails.gsp.compiler.GroovyPageParser) - Constructor in GSPWriter
-