A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AbstractGroovyTemplateCompiler - Class in grails.views
A generic compiler for Groovy templates that are compiled into classes in production
AbstractGroovyTemplateCompiler() - Constructor in AbstractGroovyTemplateCompiler
AbstractWritableScript - Class in grails.views
A script that is writable
AbstractWritableScript() - Constructor in AbstractWritableScript
actionName - Property in GrailsView
Returns:
The current action name
allowResourceExpansion - Property in GenericViewConfiguration
Whether resource expansion is allowed
APPLIED - Field in ViewsTransform
asBoolean() - Method in DelegatingParameters
asBoolean() - Method in EmptyParameters
asBoolean() - Method in Parameters
Returns:
The parameters as a boolean value.

B

baseDir - Property in GenericGroovyTemplateResolver
baseTemplateClass - Property in GenericViewConfiguration
The template base class
beforeMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression) - Method in BuilderTypeCheckingExtension
boolean(java.lang.String, java.lang.Boolean) - Method in DelegatingParameters
boolean(java.lang.String, java.lang.Boolean) - Method in EmptyParameters
boolean(java.lang.String, java.lang.Boolean) - Method in Parameters
Obtains the value of a parameter as a Boolean
BuilderMethodReplacer(org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, java.lang.String, org.codehaus.groovy.control.SourceUnit, Set<MethodCallExpression>) - Constructor in BuilderTypeCheckingExtension.BuilderMethodReplacer
BuilderTypeCheckingExtension - Class in grails.views.compiler
An abstract type checking extension for view DSLs to implement
BuilderTypeCheckingExtension.BuilderMethodReplacer - Class in grails.views.compiler
BuilderTypeCheckingExtension() - Constructor in BuilderTypeCheckingExtension
buildQualifiers(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) - Method in SmartViewResolver
byte(java.lang.String, java.lang.Integer) - Method in DelegatingParameters
byte(java.lang.String, java.lang.Integer) - Method in EmptyParameters
byte(java.lang.String, java.lang.Integer) - Method in Parameters
Obtains the value of a parameter as a byte

C

cache - Property in GenericViewConfiguration
Whether the cache templates
cachedTemplates - Field in ResolvableGroovyTemplateEngine
char(java.lang.String, java.lang.Character) - Method in DelegatingParameters
char(java.lang.String, java.lang.Character) - Method in EmptyParameters
char(java.lang.String, java.lang.Character) - Method in Parameters
Obtains the value of a parameter as a character
classLoader - Property in GenericGroovyTemplateResolver
The class loader to use for template loading in production mode
classLoader - Property in ResolvableGroovyTemplateEngine
The class loader to use
classNode - Property in ViewsTransform.ModelTypesVisitor
compilationUnit - Property in ViewsTransform
compile(java.io.File) - Method in AbstractGroovyTemplateCompiler
compilerConfiguration - Field in ResolvableGroovyTemplateEngine
Whether to reload views
compileStatic - Property in GenericViewConfiguration
Whether to compile templates statically
config - Property in GrailsView
Returns:
The configuration
configuration - Property in AbstractGroovyTemplateCompiler
configuration - Property in GenericGroovyTemplateView
configuration - Property in SmartViewResolver
configureCompiler(org.codehaus.groovy.control.CompilerConfiguration) - Method in AbstractGroovyTemplateCompiler
containsKey(java.lang.Object) - Method in DelegatingParameters
containsKey(java.lang.Object) - Method in EmptyParameters
containsKey(java.lang.Object) - Method in Parameters
Returns:
Whether or not the key exists
contentType(java.lang.String) - Method in Response
Set the response content type
contentType - Property in SmartViewResolver
controllerName - Property in GrailsView
Returns:
The current controller name
controllerNamespace - Property in GrailsView
Returns:
The current controller namespace
createTemplate(java.io.Reader) - Method in ResolvableGroovyTemplateEngine
currentBlock - Property in HalCodeVisitorSupport

D

date(java.lang.String, java.lang.String) - Method in DelegatingParameters
date(java.lang.String, java.lang.String) - Method in EmptyParameters
date(java.lang.String, java.lang.String) - Method in Parameters
Obtains the value of a parameter as a Date
DefaultGrailsViewHelper - Class in grails.views.api.internal
Default methods for views, additional methods can be added via traits
DefaultGrailsViewHelper(grails.views.api.GrailsView) - Constructor in DefaultGrailsViewHelper
defaultRenderer - Property in DefaultViewRenderer
DefaultViewRenderer - Class in grails.views.mvc.renderer
A renderer implementation that looks up a view from the ViewResolver
DefaultViewRenderer(Class<T>, grails.web.mime.MimeType, grails.views.mvc.SmartViewResolver, grails.core.support.proxy.ProxyHandler, grails.rest.render.RendererRegistry, grails.rest.render.Renderer) - Constructor in DefaultViewRenderer
DelegatingParameters - Class in grails.views.mvc.http
Delegate to a GrailsParameterMap implementation
DelegatingParameters(grails.util.TypeConvertingMap) - Constructor in DelegatingParameters
DOT_CHAR - Field in GenericGroovyTemplateResolver
double(java.lang.String, java.lang.Double) - Method in DelegatingParameters
double(java.lang.String, java.lang.Double) - Method in EmptyParameters
double(java.lang.String, java.lang.Double) - Method in Parameters
Obtains the value of a parameter as a Double
doWrite(java.io.Writer) - Method in AbstractWritableScript
Subclasses should implement to perform the write
dynamicPrefix - Property in ViewsTransform

E

EmptyParameters - Class in grails.views.api.internal
An empty parameters implementation
EmptyParameters() - Constructor in EmptyParameters
enableReloading - Property in GenericViewConfiguration
Whether to enable reloading
enableReloading - Property in ResolvableGroovyTemplateEngine
Whether to enable reloading
encoding - Property in GenericViewConfiguration
The encoding to use
encoding(java.lang.String) - Method in Response
Sets the response encoding
ensureAbsolute(java.util.Map) - Method in DefaultGrailsViewHelper
extension - Property in GenericViewConfiguration
The file extension of the templates
extension - Property in GenericViewUriResolver
extension - Property in ResolvableGroovyTemplateEngine
The view uri resolver
extension - Property in ViewsTransform

F

fileName - Property in ViewCompilationException
findFirstElementCausedByScript() - Method in ViewRenderException
findTraitInjectors() - Method in ViewsTransform
findUniquePackages(grails.core.GrailsClass) - Method in GenericViewConfiguration
float(java.lang.String, java.lang.Float) - Method in DelegatingParameters
float(java.lang.String, java.lang.Float) - Method in EmptyParameters
float(java.lang.String, java.lang.Float) - Method in Parameters
Obtains the value of a parameter as a Float
fullTemplateNameForClass(Class<?>) - Method in TemplateResolverUtils

G

GenericGroovyTemplateResolver - Class in grails.views.resolve
A generic TemplateResolver for resolving Groovy templates that are compiled into classes
GenericGroovyTemplateResolver() - Constructor in GenericGroovyTemplateResolver
GenericGroovyTemplateView - Class in grails.views.mvc
An implementation of the Spring AbstractUrlBaseView class for ResolvableGroovyTemplateEngine
GenericGroovyTemplateView() - Constructor in GenericGroovyTemplateView
GenericGroovyTemplateViewResolver - Class in grails.views.mvc
A UrlBasedViewResolver for ResolvableGroovyTemplateEngine
GenericGroovyTemplateViewResolver(grails.views.mvc.SmartViewResolver) - Constructor in GenericGroovyTemplateViewResolver
GenericViewConfiguration - Trait in grails.views
Default configuration
GenericViewUriResolver - Class in grails.views.resolve
Generic implementation for resolving views
GenericViewUriResolver(java.lang.String) - Constructor in GenericViewUriResolver
get(java.lang.String, java.lang.String) - Method in DelegatingParameters
get(java.lang.String, java.lang.String) - Method in EmptyParameters
get(java.lang.String, java.lang.String) - Method in Parameters
Obtains the value of a parameter
getAbsoluteTemplateURI(java.lang.String, boolean) - Method in GenericViewUriResolver
Used to resolve template names that are not relative to a controller.
getAt(java.lang.Object) - Method in DelegatingParameters
getAt(java.lang.Object) - Method in EmptyParameters
getAt(java.lang.Object) - Method in Parameters
getAttribute(java.lang.String) - Method in Request
Obtains the value of an attribute
getAttributeNames() - Method in Request
Returns:
All of the attribute names
getBaseTemplateClass() - Method in ViewConfiguration
Returns:
The template base class
getBinding() - Method in WritableScript
Returns:
Obtains the binding
getBooleanFromMap(java.lang.String, Map<?, ?>, boolean) - Method in ViewUtils
Retrieves a boolean value from a Map for the given key
getBuilderClassNode() - Method in BuilderTypeCheckingExtension
Returns:
The class node of the builder
getBuilderInvokeMethod() - Method in BuilderTypeCheckingExtension
Returns:
The method node to invoke for an unresolved dynamic method on the main builder variable
getBuilderVariableName() - Method in BuilderTypeCheckingExtension
Returns:
The name within the view script of the main builder variable
getCharacterEncoding() - Method in Request
Returns:
The request character encoding
getCompilerConfiguration() - Method in ResolvableGroovyTemplateEngine
getContentType() - Method in Request
Returns:
The request content type
getContextPath() - Method in DefaultGrailsViewHelper
getContextPath() - Method in Request
Returns:
The context path
getDelegateInvokeMethod() - Method in BuilderTypeCheckingExtension
Returns:
The method node to invoke for unresolved methods within closures of the builder (implicit this)
getDynamicTemplatePrefix() - Method in ResolvableGroovyTemplateEngine
getEncoding() - Method in ViewConfiguration
Returns:
The default encoding to use to render views
getExtension() - Method in ViewConfiguration
Returns:
The file extension
getFileName() - Method in ViewRenderException
getG() - Method in GrailsView
Returns:
Obtain the view helper
getHeader(java.lang.String) - Method in Request
Obtains the value of a header
getHeaderNames() - Method in Request
Returns:
The header for the request
getHeaders(java.lang.String) - Method in Request
Obtains all the values for the give header
getLineNumber() - Method in ViewCompilationException
getLinkGenerator() - Method in DefaultGrailsViewHelper
getLinkGenerator() - Method in GrailsView
The link generator
getMappingContext() - Method in GrailsView
The GORM mapping context
getMessageSource() - Method in GrailsView
The message source object
getMethod() - Method in Request
Returns:
The request method
getMimeUtility() - Method in GrailsView
The mime utility
getModelTypes() - Method in AbstractWritableScript
getOut() - Method in AbstractWritableScript
Returns:
The current writer
getOut() - Method in WriterProvider
Returns:
The current writer
getPackageImports() - Method in ViewConfiguration
Returns:
The packages to automatically import
getPackageName() - Method in ViewConfiguration
Returns:
The package name
getPage() - Method in HttpView
Returns:
The same as getResponse()
getParentPath() - Method in WritableScriptTemplate
The path to the parent directory that containers the template
getProperty(java.lang.String) - Method in EmptyParameters
getProperty(java.lang.String) - Method in Parameters
getProxyHandler() - Method in GrailsView
Handlers for proxies
getServerBaseURL() - Method in DefaultGrailsViewHelper
getSourceFile() - Method in WritableScript
Obtains the source file
getSourceUnit() - Method in BuilderTypeCheckingExtension.BuilderMethodReplacer
getStaticImports() - Method in ViewConfiguration
Returns:
The static imports to automatically import
getStringListFromMap(java.lang.String, java.util.Map, List<String>) - Method in ViewUtils
Obtains a list of strings from the map for the given key
getTemplateEngine() - Method in GrailsView
The template engine
getTemplatePath() - Method in ViewConfiguration
Returns:
Path to the templates
getUri() - Method in Request
Returns:
The request URI
getViewModuleName() - Method in ViewConfiguration
Returns:
The name of the views module (example json or markup)
GrailsView - Trait in grails.views.api
A trait for all view types to extend to add methods to generate links, render other templates and so on
GrailsViewHelper - Interface in grails.views.api
Methods available via the 'g' namespace in views
GrailsViewTemplate - Class in grails.views
Authors:
Graeme Rocher
GrailsViewTemplate() - Constructor in GrailsViewTemplate

H

HalCodeVisitorSupport - Class in grails.views.compiler
HalCodeVisitorSupport(org.codehaus.groovy.control.CompilationUnit) - Constructor in HalCodeVisitorSupport
header(Map<String, String>) - Method in Response
Set a single named value header
headers(Map<String, String>) - Method in Response
Set multiple headers
HttpView - Trait in grails.views.api
A view that is rendered in the context of an HTTP request

I

initializeTemplate(grails.views.GrailsViewTemplate, java.io.File) - Method in ResolvableGroovyTemplateEngine
Initialises a template instance
initModelTypes(Class<? extends WritableScript>) - Method in ResolvableGroovyTemplateEngine.1
initModelTypes(Class<? extends WritableScript>) - Method in WritableScriptTemplate
insideScope - Property in BuilderTypeCheckingExtension
int(java.lang.String, java.lang.Integer) - Method in DelegatingParameters
int(java.lang.String, java.lang.Integer) - Method in EmptyParameters
int(java.lang.String, java.lang.Integer) - Method in Parameters
Obtains the value of a parameter as an integer
isAllowResourceExpansion() - Method in ViewConfiguration
Returns:
Whether to allow resource expansion
isCache() - Method in ViewConfiguration
Returns:
Whether to cache
isCompileStatic() - Method in ViewConfiguration
Returns:
Should compile statically
isDevelopmentMode() - Method in ViewsEnvironment
Returns:
Whether development mode is enabled
isEmpty() - Method in DelegatingParameters
isEmpty() - Method in EmptyParameters
isEmpty() - Method in Parameters
Returns:
Whether there are any parameters
isEnableReloading() - Method in ViewConfiguration
Returns:
Whether reloading is enabled
isMethodDynamic(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) - Method in BuilderTypeCheckingExtension
isPrettyPrint() - Method in ViewConfiguration
Returns:
Whether to pretty print
isPropertyDynamic(org.codehaus.groovy.ast.expr.PropertyExpression) - Method in BuilderTypeCheckingExtension
isUseAbsoluteLinks() - Method in ViewConfiguration
Returns:
Whether to use absolute links

J

K

keySet() - Method in DelegatingParameters
keySet() - Method in EmptyParameters
keySet() - Method in Parameters
Returns:
The parameter names

L

lastModified - Property in WritableScriptTemplate
The last modified stamp of the source file. -1 if no source file.
lineNumber - Property in ViewRenderException
link(java.util.Map, java.lang.String) - Method in DefaultGrailsViewHelper
linkGenerator - Property in GrailsViewTemplate
The link generator
list(java.lang.String) - Method in DelegatingParameters
list(java.lang.String) - Method in EmptyParameters
list(java.lang.String) - Method in Parameters
Returns value of the parameter as a list of values
locale - Property in View
The locale of the view
localeResolver - Property in GenericGroovyTemplateView
localeResolver - Property in SmartViewResolver
log - Field in AbstractWritableScript
A logger that can be used within views
long(java.lang.String, java.lang.Long) - Method in DelegatingParameters
long(java.lang.String, java.lang.Long) - Method in EmptyParameters
long(java.lang.String, java.lang.Long) - Method in Parameters
Obtains the value of a parameter as a Long

M

make(java.util.Map) - Method in ResolvableGroovyTemplateEngine.1
make(java.util.Map) - Method in WritableScriptTemplate
mappingContext - Property in GrailsViewTemplate
The GORM mapping context
message(java.util.Map) - Method in DefaultGrailsViewHelper
message(java.util.Map) - Method in GrailsViewHelper
Obtains a i18n message
messageSource - Property in GrailsViewTemplate
The message source object
mimeUtility - Property in GrailsViewTemplate
The mime utility
model(groovy.lang.Closure) - Method in GrailsView
Defines the model
MODEL_OBJECT - Field in DefaultViewRenderer
MODEL_TYPES_FIELD - Field in Views
Field used to hold the model types
MODEL_TYPES - Field in Views
The identifier used for model types
MODEL - Field in Views
The identifier used for model types
modelSetters - Field in WritableScriptTemplate
modelTypes - Property in ViewsTransform.ModelTypesVisitor
ModelTypesVisitor(org.codehaus.groovy.control.SourceUnit) - Constructor in ViewsTransform.ModelTypesVisitor

N

newStatements - Property in HalCodeVisitorSupport
newViewsTransform() - Method in AbstractGroovyTemplateCompiler
newViewsTransform() - Method in ResolvableGroovyTemplateEngine

O

OBJECT_TEMPLATE_NAME - Field in SmartViewResolver
objectView - Property in SmartViewResolver
out - Property in AbstractWritableScript
out - Property in View
The output stream

P

packageImports - Property in GenericViewConfiguration
The default package imports
packageName - Property in AbstractGroovyTemplateCompiler
packageName - Property in GenericGroovyTemplateResolver
The base package to load templates as classes in production mode
packageName - Property in GenericViewConfiguration
The package name to use
parameterMap - Property in DelegatingParameters
Parameters - Interface in grails.views.api.http
Represents HTTP parameters
params - Property in HttpView
The parameters
PluginAwareTemplateResolver - Class in grails.views.resolve
A template resolver capable of looking through the installed Grails plugins and finding a template within the scope of the plugin
PluginAwareTemplateResolver(grails.views.ViewConfiguration) - Constructor in PluginAwareTemplateResolver
pluginManager - Property in PluginAwareTemplateResolver
prepareCustomizers(org.codehaus.groovy.control.CompilerConfiguration) - Method in ResolvableGroovyTemplateEngine
prepareWritable(groovy.lang.Writable, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.util.Locale) - Method in GenericGroovyTemplateView
prettyPrint - Property in GenericViewConfiguration
Whether to pretty print
prettyPrint - Property in GrailsView
Whether to pretty print
prettyPrint - Property in WritableScriptTemplate
Whether to pretty print the template
proxyHandler - Property in DefaultViewRenderer
proxyHandler - Property in GrailsViewTemplate
Handlers for proxies

Q

R

readConfiguration(grails.config.ConfigMap) - Method in GenericViewConfiguration
render(T, grails.rest.render.RenderContext) - Method in DefaultViewRenderer
rendererRegistry - Property in DefaultViewRenderer
renderMergedOutputModel(Map<String, Object>, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) - Method in GenericGroovyTemplateView
Request - Interface in grails.views.api.http
Allows access to request properties
request - Property in HttpView
Returns:
The request object
ResolvableGroovyTemplateEngine - Class in grails.views
A TemplateEngine that can resolve templates using the configured TemplateResolver
ResolvableGroovyTemplateEngine.1 - Class in grails.views
ResolvableGroovyTemplateEngine.1() - Constructor in ResolvableGroovyTemplateEngine.1
ResolvableGroovyTemplateEngine(grails.views.ViewConfiguration, java.lang.ClassLoader) - Constructor in ResolvableGroovyTemplateEngine
Creates a ResolvableGroovyTemplateEngine for the given base class name and file extension
resolveCache - Field in ResolvableGroovyTemplateEngine
resolveTemplate(java.lang.String) - Method in GenericGroovyTemplateResolver
resolveTemplate(java.lang.String) - Method in PluginAwareTemplateResolver
resolveTemplate(java.lang.String, java.util.Locale, java.lang.String) - Method in ResolvableGroovyTemplateEngine
Resolves a template for the given path
resolveTemplate(java.lang.String, java.util.Locale, java.lang.String) - Method in SmartViewResolver
resolveTemplate(java.lang.String) - Method in TemplateResolver
Resolves the URL to a template using the given path
resolveTemplateClass(java.lang.String, java.lang.String) - Method in GenericGroovyTemplateResolver
resolveTemplateClass(java.lang.String) - Method in PluginAwareTemplateResolver
resolveTemplateClass(java.lang.String, java.lang.String) - Method in TemplateResolver
Resolves a template class for the path
resolveTemplateName(java.lang.String, java.lang.String) - Method in GenericGroovyTemplateResolver
resolveTemplateUri(java.lang.String, java.lang.String, java.lang.String, boolean) - Method in GenericViewUriResolver
resolveTemplateUri(java.lang.String, java.lang.String, java.lang.String) - Method in ViewUriResolver
Resolves a template URI for the given path
resolveView(java.lang.Class, java.util.Locale) - Method in SmartViewResolver
resolveViewName(java.lang.String, java.util.Locale) - Method in GenericGroovyTemplateViewResolver
resource(java.util.Map) - Method in DefaultGrailsViewHelper
Response - Interface in grails.views.api.http
Allows control over the page response (headers, content type, status)
response - Property in HttpView
Returns:
The page object
run(java.lang.String, Class<? extends GenericViewConfiguration>, Class<? extends AbstractGroovyTemplateCompiler>) - Method in AbstractGroovyTemplateCompiler
run() - Method in BuilderTypeCheckingExtension
run() - Method in WritableScript
Runs the script and returns the result

S

setBinding(groovy.lang.Binding) - Method in WritableScript
Sets the binding
setGrailsApplication(grails.core.GrailsApplication) - Method in GenericViewConfiguration
setLinkGenerator(grails.web.mapping.LinkGenerator) - Method in ResolvableGroovyTemplateEngine
setLinkGenerator(grails.web.mapping.LinkGenerator) - Method in SmartViewResolver
setLocaleResolver(org.springframework.web.servlet.LocaleResolver) - Method in GenericGroovyTemplateView
setMappingContext(org.grails.datastore.mapping.model.MappingContext) - Method in ResolvableGroovyTemplateEngine
setMessageSource(org.springframework.context.MessageSource) - Method in ResolvableGroovyTemplateEngine
setMimeUtility(grails.web.mime.MimeUtility) - Method in ResolvableGroovyTemplateEngine
setModelTypes(Map<String, Class>) - Method in AbstractWritableScript
setPluginManager(grails.plugins.GrailsPluginManager) - Method in PluginAwareTemplateResolver
setProxyHandler(grails.core.support.proxy.ProxyHandler) - Method in ResolvableGroovyTemplateEngine
setSourceFile(java.io.File) - Method in WritableScript
Parameters:
file - Sets the source file
setTemplateEngine(grails.views.ResolvableGroovyTemplateEngine) - Method in GenericGroovyTemplateView
setTemplateResolver(grails.views.TemplateResolver) - Method in SmartViewResolver
short(java.lang.String, java.lang.Integer) - Method in DelegatingParameters
short(java.lang.String, java.lang.Integer) - Method in EmptyParameters
short(java.lang.String, java.lang.Integer) - Method in Parameters
Obtains the value of a parameter as a character
shortTemplateNameForClass(Class<?>) - Method in TemplateResolverUtils
shouldCache - Property in ResolvableGroovyTemplateEngine
SLASH_CHAR - Field in GenericGroovyTemplateResolver
The base directory to load templates in development mode
SmartViewResolver - Class in grails.views.mvc
Spring's default view resolving mechanism only accepts the view name and locale, this forces you to code around its limitations when you want to add intelligent features such as version and mime type awareness.
smartViewResolver - Property in GenericGroovyTemplateViewResolver
SmartViewResolver(grails.views.ResolvableGroovyTemplateEngine, java.lang.String, java.lang.String) - Constructor in SmartViewResolver
sourceDir - Property in AbstractGroovyTemplateCompiler
sourceFile - Property in AbstractWritableScript
The source file
sourceFile - Property in ViewRenderException
sourceFile - Property in WritableScriptTemplate
The source file of the template.
sourceUnit - Property in ViewsTransform.ModelTypesVisitor
staticImports - Property in GenericViewConfiguration
The default static imports
status(org.springframework.http.HttpStatus, java.lang.String) - Method in Response
Sets the response status
suffix - Property in SmartViewResolver

T

templateClass - Property in WritableScriptTemplate
The class of the template
templateEngine - Property in GenericGroovyTemplateView
templateEngine - Property in GrailsViewTemplate
The template engine
templateEngine - Property in SmartViewResolver
templateNameForClass(Class<?>) - Method in DefaultViewRenderer
templatePath - Property in GenericViewConfiguration
The path to the templates
templatePath - Property in WritableScriptTemplate
The resolved template path
TemplateResolver - Interface in grails.views
Interface for resolving templates
templateResolver - Property in ResolvableGroovyTemplateEngine
The TemplateResolver to use
TemplateResolverUtils - Class in grails.views.resolve
Utility methods for resolving template names
TemplateResolverUtils() - Constructor in TemplateResolverUtils
transform(org.codehaus.groovy.ast.expr.Expression) - Method in BuilderTypeCheckingExtension.BuilderMethodReplacer
transformDynamicMethods(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.MethodNode, java.util.Set) - Method in BuilderTypeCheckingExtension
TYPE - Field in Views
The artefact type identifier for Grails

U

UNDERSCORE_CHAR - Field in GenericGroovyTemplateResolver
unit - Property in HalCodeVisitorSupport
useAbsoluteLinks - Property in GenericViewConfiguration
Whether to use absolute links
useAbsoluteLinks - Property in GrailsViewTemplate
Whether to use absolute links

V

View - Trait in grails.views.api
Authors:
Graeme Rocher
view - Property in DefaultGrailsViewHelper
view - Property in ViewRenderException
viewClass - Property in SmartViewResolver
ViewCompilationException - Class in grails.views
Exception when views fail to compile
ViewCompilationException(org.codehaus.groovy.control.CompilationFailedException, java.lang.String) - Constructor in ViewCompilationException
ViewConfiguration - Interface in grails.views
Interface for view configurations
viewConfiguration - Property in AbstractGroovyTemplateCompiler
viewConfiguration - Property in ResolvableGroovyTemplateEngine
The view config
ViewException - Class in grails.views
Thrown when an exception occurs rendering a view
ViewException() - Constructor in ViewException
ViewRenderException - Class in grails.views
Thrown when a view rendering exception occurs
ViewRenderException(java.lang.String, java.lang.Throwable, grails.views.WritableScript) - Constructor in ViewRenderException
viewResolver - Property in DefaultViewRenderer
Views - Interface in grails.views
Settings and constants for the Groovy view infrastructure
ViewsEnvironment - Class in grails.views
Environment helper methods
ViewsEnvironment() - Constructor in ViewsEnvironment
ViewsTransform - Class in grails.views.compiler
Enhances view scripts with Trait behavior
ViewsTransform.ModelTypesVisitor - Class in grails.views.compiler
ViewsTransform(java.lang.String, java.lang.String) - Constructor in ViewsTransform
viewTemplate - Property in GrailsView
The view template
ViewUriResolver - Interface in grails.views
A ViewUriResolver is response for response template and view URIs using Grails' conventions.
viewUriResolver - Property in ResolvableGroovyTemplateEngine
The configuration to use for compilation
ViewUtils - Class in grails.views.utils
Utility methods for the views project
ViewUtils() - Constructor in ViewUtils
visit(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit) - Method in ViewsTransform
visitBlockStatement(org.codehaus.groovy.ast.stmt.BlockStatement) - Method in HalCodeVisitorSupport
visitClass(org.codehaus.groovy.ast.ClassNode) - Method in ViewsTransform.ModelTypesVisitor
visitClosureExpression(org.codehaus.groovy.ast.expr.ClosureExpression) - Method in BuilderTypeCheckingExtension.BuilderMethodReplacer
visitField(org.codehaus.groovy.ast.FieldNode) - Method in ViewsTransform.ModelTypesVisitor
visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression) - Method in ViewsTransform.ModelTypesVisitor
visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression) - Method in HalCodeVisitorSupport

W

wasModified() - Method in WritableScriptTemplate
Returns:
Whether the template has been modified
WritableScript - Interface in grails.views
Interface for scripts that are writable
WritableScriptTemplate - Class in grails.views
A base template class that all Grails view templates should extend from
WritableScriptTemplate(Class<? extends GrailsView>, java.io.File) - Constructor in WritableScriptTemplate
WriterProvider - Interface in grails.views
Interface for views that provider a writer
writeTo(java.io.Writer) - Method in AbstractWritableScript

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _