- 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
-
- 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
-
- getPage() - Method in HttpView
-
- 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
-
- 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
- GrailsViewTemplate() - Constructor in GrailsViewTemplate
-