| Library: | Grails |
| Version: | 0.2 |
| Compatibility: | JDK 1.5 |
| Name | Package | Description |
|---|---|---|
| AbstractClausedStaticPersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | No description provided. |
| AbstractClausedStaticPersistentMethod.GrailsMethodExpression | org.codehaus.groovy.grails.orm.hibernate.metaclass | No description provided. |
| AbstractDynamicControllerMethod | org.codehaus.groovy.grails.web.metaclass | An abstract class for dynamic controller methods to implement |
| AbstractDynamicControllerProperty | org.codehaus.groovy.grails.web.metaclass | An abstract class for dynamic controller properties to implement |
| AbstractDynamicMethodInvocation | org.codehaus.groovy.grails.commons.metaclass | No description provided. |
| AbstractDynamicMethods | org.codehaus.groovy.grails.commons.metaclass | InvokerHelper.getInstance().getMetaRegistry().setMetaClass(Foo.class,myFooMetaClass) |
| AbstractDynamicMethodsInterceptor | org.codehaus.groovy.grails.commons.metaclass | Implements an the Interceptor interface to add support for using ProxyMetaClass to define dynamic methods |
| AbstractDynamicPersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | No description provided. |
| AbstractDynamicProperty | org.codehaus.groovy.grails.commons.metaclass | An abstract class for implementors of dynamic getters to implement |
| AbstractGrailsClass | org.codehaus.groovy.grails.commons | No description provided. |
| AbstractInjectableGrailsClass | org.codehaus.groovy.grails.commons | No description provided. |
| AbstractSessionFactoryAwareBeanPostProcessor | org.codehaus.groovy.grails.plugins.hibernate | Abstract class that detects the SessionFactoryAware interface. |
| AbstractStaticMethodInvocation | org.codehaus.groovy.grails.commons.metaclass | No description provided. |
| AbstractStaticPersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | No description provided. |
| AwarePlugin | org.codehaus.groovy.grails.plugins.support.aware | Grails plugin that registers |
| BeanPostProcessorAdapter | org.codehaus.groovy.grails.plugins.support | Adapter implementation of BeanPostProcessor . |
| BindDynamicMethod | org.codehaus.groovy.grails.web.metaclass | A dynamic method present in controllers allowing data binding from a map to a target instance. |
| ChainDynamicMethod | org.codehaus.groovy.grails.web.metaclass | Implements the "chain" Controller method for action chaining |
| ClassEditor | org.codehaus.groovy.grails.support | No description provided. |
| ClassEditorPlugin | org.codehaus.groovy.grails.plugins.support.classeditor | Plugin that registers ClassEditor
with the Grails |
| ClassLoaderAwareBeanPostProcessor | org.codehaus.groovy.grails.plugins.support.aware | No description provided. |
| ClassUtils | org.codehaus.groovy.grails.support | Class with static method that operate on Class instances. |
| ClosureAction | org.codehaus.groovy.grails.web.pageflow | Wrapper class to execute a Groovy closure as a SWF actions. |
| ClosureFlowAttributeMapper | org.codehaus.groovy.grails.web.pageflow | Delegates subflow input and output operations to closures. |
| ClosureValidator | org.codehaus.groovy.grails.web.pageflow | Delegate that turns a closure into a Spring validator. |
| CommonsMultipartResolverPlugin | org.codehaus.groovy.grails.web.plugins.support.multipartresolver | Plugin that registers CommonsMultipartResolver . |
| ConfigurableLocalSessionFactoryBean | org.codehaus.groovy.grails.orm.hibernate | A SessionFactory bean that allows the configuration class to be changed and customise for usage within Grails |
| ConfigurableLocalSessionFactoryPlugin | org.codehaus.groovy.grails.plugins.hibernate | Plugin that registers ConfigurableLocalSessionFactoryBean . |
| Console | grails.ui | Extends regular Groovy console and bootstraps Grails environment before launch to allow interaction with the Grails domain model |
| ConstrainedPersistentProperty | org.codehaus.groovy.grails.orm.hibernate.validation | Extends ConstrainedProperty to provide additional validation against database specific constraints |
| ConstrainedPersistentProperty.AbstractPersistentConstraint | org.codehaus.groovy.grails.orm.hibernate.validation | No description provided. |
| ConstrainedPersistentProperty.UniqueConstraint | org.codehaus.groovy.grails.orm.hibernate.validation | A constraint that validates the uniqueness of a property |
| ConstrainedProperty | org.codehaus.groovy.grails.validation | Provides the ability to set contraints against a properties of a class. |
| ConstrainedProperty.AbstractConstraint | org.codehaus.groovy.grails.validation | Abstract class for constraints to implement |
| ConstrainedPropertyBuilder | org.codehaus.groovy.grails.validation | Builder used as a delegate within the "constraints" closure of GrailsDomainClass instances |
| ConstraintsDynamicProperty | org.codehaus.groovy.grails.validation.metaclass | This is a dynamic property that instead of returning the closure sets a new proxy meta class for the scope of the call and invokes the closure itself which builds up a list of ConstrainedProperty instances |
| ConstraintsEvaluatingDynamicProperty | org.codehaus.groovy.grails.validation.metaclass | This is a dynamic property that instead of returning the closure sets a new proxy meta class for the scope of the call and invokes the closure itself which builds up a list of ConstrainedProperty instances |
| ControllerDynamicMethods | org.codehaus.groovy.grails.web.metaclass | Adds dynamic methods and properties for Grails Controllers |
| CookieLocaleResolverPlugin | org.codehaus.groovy.grails.web.plugins.support.i18n | Plugin that registers CookieLocaleResolver . |
| CountByPersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | Dynamic method that allows counting the values of the specified property names eg. |
| CountPersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | Method that allows you to count the number of instances in the database eg. |
| CreateCriteriaPersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | Creates a HibernateCriteriaBuilder instance for the current class and returns it. |
| CreateDynamicMethod | org.codehaus.groovy.grails.commons.metaclass | A dynamic static method that is a factory method for creating new instances eg. |
| CurrencyEditor | org.codehaus.groovy.grails.web.binding | A Property editor for converting instances of java.util.Currency |
| DefaultGrailsApplication | org.codehaus.groovy.grails.commons | Default implementation of the GrailsApplication interface that manages application loading, state, and artifact instances. |
| DefaultGrailsApplicationAttributes | org.codehaus.groovy.grails.web.servlet | No description provided. |
| DefaultGrailsBootstrapClass | org.codehaus.groovy.grails.commons | No description provided. |
| DefaultGrailsControllerClass | org.codehaus.groovy.grails.commons | No description provided. |
| DefaultGrailsDataSource | org.codehaus.groovy.grails.commons | No description provided. |
| DefaultGrailsDomainClass | org.codehaus.groovy.grails.commons | No description provided. |
| DefaultGrailsDomainClassInjector | org.codehaus.groovy.grails.injection | Default implementation of domain class injector interface that adds the 'id' and 'version' properties and other previously boilerplate code |
| DefaultGrailsDomainClassProperty | org.codehaus.groovy.grails.commons | No description provided. |
| DefaultGrailsDomainConfiguration | org.codehaus.groovy.grails.orm.hibernate.cfg | Creates runtime configuration mappings for the Grails domain classes based on the work done in the Hibernate Annotations project |
| DefaultGrailsPageFlowClass | org.codehaus.groovy.grails.commons | No description provided. |
| DefaultGrailsResponseHandlerFactory | org.codehaus.groovy.grails.scaffolding | The default implementation of a ScaffoldResponseHandlerFactory that uses the uri extension to look-up an appropriate response handler. |
| DefaultGrailsScaffolder | org.codehaus.groovy.grails.scaffolding | The default implementation of scaffolding for Grails domain class and controller |
| DefaultGrailsScaffoldViewResolver | org.codehaus.groovy.grails.scaffolding | A view resolver that uses a GrailsApplication instance to resolve view names from uris |
| DefaultGrailsServiceClass | org.codehaus.groovy.grails.commons | No description provided. |
| DefaultGrailsTagLibClass | org.codehaus.groovy.grails.commons | No description provided. |
| DefaultGrailsTaskClass | org.codehaus.groovy.grails.commons | No description provided. |
| DefaultScaffoldCallback | org.codehaus.groovy.grails.scaffolding | No description provided. |
| DefaultScaffoldDomain | org.codehaus.groovy.grails.scaffolding | The default implementation of a Scaffolding application that uses Hibernate as the persistence mechanism |
| DefaultScaffoldRequestHandler | org.codehaus.groovy.grails.scaffolding | Default implementation of the ScaffoldRequestHandler interface |
| DelegatingMetaClass | org.codehaus.groovy.grails.commons.metaclass | No description provided. |
| DeletePersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | No description provided. |
| DiscardPersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | A method that allows you to discard changes to a domain class |
| DomainClassMethods | org.codehaus.groovy.grails.metaclass | No description provided. |
| DomainClassPropertyComparator | org.codehaus.groovy.grails.scaffolding | Comparator that uses the domain class property constraints to establish order in sort methods and always places the id first |
| ExecuteQueryPersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | Allows the executing of abituary HQL queries http://www.hibernate.org/hib_docs/reference/en/html/queryhq eg. |
| ExistsPersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | A static method that checks whether an entity exists in the database for the specified id eg. |
| ExtendProxy | grails.util | Extends the Groovy Proxy implementation and adds proxying of property getters/setters |
| FindAllByPersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | The "findBy*" static persistent method. |
| FindAllPersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | No description provided. |
| FindByPersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | The "findBy*" static persistent method. |
| FindPersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | The "find" persistent static method allows searching for instances using either an example instance or an HQL query. |
| FindWherePersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | The "findWhere" persistent static method. |
| Flow | grails.pageflow | Simple container class for a page flow. |
| GenerateUtils | grails.util | Utility class for generating Grails artifacts likes views, controllers etc. |
| GenericDynamicProperty | org.codehaus.groovy.grails.commons.metaclass | A generic dyanmic property for any type |
| GetParamsDynamicProperty | org.codehaus.groovy.grails.web.metaclass | A dynamic property that adds a "params" map to a controller for accessing request and controller parameters |
| GetPersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | The "get" static persistent method for Grails domain classes. |
| GetSessionDynamicProperty | org.codehaus.groovy.grails.web.metaclass | A dynamic property that adds a "session" map to a controller for accessing the Http Session |
| GrailsAnnotationConfiguration | org.codehaus.groovy.grails.orm.hibernate.cfg | Allows configuring Grails' hibernate support to work in conjuntion with Hibernate's annotation support |
| GrailsApplicationAwareBeanPostProcessor | org.codehaus.groovy.grails.plugins.support.aware | Implementation of BeanPostProcessor that recognizes GrailsApplicationAware and injects and instance of GrailsApplication . |
| GrailsApplicationFactoryBean | org.codehaus.groovy.grails.commons | Factory bean that creates a Grails application object based on Groovy files. |
| GrailsClassUtils | org.codehaus.groovy.grails.commons | No description provided. |
| GrailsConfigUtils | org.codehaus.groovy.grails.commons | A common class where shared configurational methods can reside |
| GrailsDataBinder | org.codehaus.groovy.grails.web.binding | A data binder that handles binding dates that are specified with a "struct"-like syntax in request parameters. |
| GrailsDispatcherServlet | org.codehaus.groovy.grails.web.servlet | Servlet that handles incoming requests for Grails. |
| GrailsDomainBinder | org.codehaus.groovy.grails.orm.hibernate.cfg | Handles the binding Grails domain classes and properties to the Hibernate runtime meta model. |
| GrailsDomainClassValidator | org.codehaus.groovy.grails.orm.hibernate.validation | A validator that validates a domain class based on the applied constraints |
| GrailsDomainConfigurationUtil | org.codehaus.groovy.grails.orm.hibernate.cfg | Utility methods used in configuring the Grails Hibernate integration |
| GrailsExceptionResolver | org.codehaus.groovy.grails.web.errors | Exception resolver that wraps any runtime exceptions with a GrailsWrappedException instance |
| GrailsExceptionResolverPlugin | org.codehaus.groovy.grails.web.plugins.support.exceptionResolver | Plugin that registers GrailsExceptionResolver . |
| GrailsFlashScope | org.codehaus.groovy.grails.web.servlet | Grails implementation of Flash scope (@see org.codehaus.groovy.grails.web.servlet.FlashScope) |
| GrailsFlowBuilder | org.codehaus.groovy.grails.web.pageflow | No description provided. |
| GrailsFormAction | org.codehaus.groovy.grails.web.pageflow.action | Adds some convenience property setters to FormAction . |
| GrailsHibernateDomainClass | org.codehaus.groovy.grails.orm.hibernate | An implementation of the GrailsDomainClass interface that allows Classes mapped in Hibernate to integrate with Grails' validation, dynamic methods etc. |
| GrailsHibernateDomainClassProperty | org.codehaus.groovy.grails.orm.hibernate | An implementation of the GrailsDomainClassProperty interface that allows Classes mapped in Hibernate to integrate with Grails' validation, dynamic methods etc. |
| GrailsHttpServletRequest | org.codehaus.groovy.grails.web.servlet | Wrapper for HttpServletRequest instance that also implements java.util.Map to delegate to request attributes |
| GrailsHttpServletResponse | org.codehaus.groovy.grails.web.servlet | Wrapper class for HttpServletResponse that allows setting the content type while getting the writer. |
| GrailsInjectionOperation | org.codehaus.groovy.grails.injection | A Groovy compiler operation that gets plugged into the GroovyClassLoader instance to add custom properties to classes at compile time |
| GrailsLayoutDecoratorMapper | org.codehaus.groovy.grails.web.sitemesh | Implements the SiteMesh decorator mapper interface and allows grails views to map to grails layouts |
| GrailsMain | grails.util | A main class for Grails that launches a jetty instance and runs the app specified by the basedir argument |
| GrailsOpenSessionInViewFilter | org.codehaus.groovy.grails.orm.hibernate.support | Uses the GrailsApplication sesssionFactory to apply the filter |
| GrailsPageFilter | org.codehaus.groovy.grails.web.sitemesh | Extends the default page filter to overide the apply decorator behaviour if the page is a GSP |
| GrailsParameterMap | org.codehaus.groovy.grails.web.metaclass | A parameter map class that allows mixing of request parameters and controller parameters. |
| GrailsPluginLoader | org.codehaus.groovy.grails.plugins | This class loads all |
| GrailsReloadServletFilter | org.codehaus.groovy.grails.web.servlet.filter | A servlet filter that copies resources from the source on content change and manages reloading if necessary |
| GrailsResourceHolder | org.codehaus.groovy.grails.commons.spring | A class that holds references to all the Grails resource instances to support class reloading |
| GrailsResourceLoader | org.codehaus.groovy.grails.commons | A GroovyResourceLoader that loads groovy files using Spring's IO abstraction |
| GrailsResourceUtils | org.codehaus.groovy.grails.commons | Utility methods for working with Grails resources and URLs that represent artifacts within a Grails application |
| GrailsScaffoldDomain | org.codehaus.groovy.grails.scaffolding | Extends the default domain to delegate to Grails specific dynamic methods |
| GrailsServicesPlugin | org.codehaus.groovy.grails.plugins.support.services | No description provided. |
| GrailsServicesPlugin.GrailsServiceFactory | org.codehaus.groovy.grails.plugins.support.services | No description provided. |
| GrailsServletFlowExecutionManager | org.codehaus.groovy.grails.web.pageflow.execution.servlet | This specialisation of ServletFlowExecutionManager stores and retrieves the flow execution id from a cookie if no flow execution id parameter is available. |
| GrailsTagRegistry | org.codehaus.groovy.grails.web.taglib | A registry for holding all Grails tag implementations |
| GrailsTestSuite | org.codehaus.groovy.grails.support | IoC class to inject properties of Grails test case classes. |
| GrailsUrlHandlerMapping | org.codehaus.groovy.grails.web.servlet.mvc | Class that handles URL mapping for Grails |
| GrailsUtil | grails.util | Grails utility methods for command line and GUI applications |
| GrailsViewResolver | org.codehaus.groovy.grails.web.servlet.view | A Grails view resolver which evaluates the existance of a view for different extensions choosing which one to delegate to. |
| GroovyCollectTag | org.codehaus.groovy.grails.web.taglib | Example:
|
| GroovyDefTag | org.codehaus.groovy.grails.web.taglib | Allows defining of variables within the page context |
| GroovyDynamicMethodsInterceptor | org.codehaus.groovy.grails.commons.metaclass | class for dynamic methods applied to a Groovy object that registers itself with the GroovyObject instances meta class instance |
| GroovyEachTag | org.codehaus.groovy.grails.web.taglib | No description provided. |
| GroovyElseIfTag | org.codehaus.groovy.grails.web.taglib | No description provided. |
| GroovyElseTag | org.codehaus.groovy.grails.web.taglib | No description provided. |
| GroovyFindAllTag | org.codehaus.groovy.grails.web.taglib | Example:
|
| GroovyGrepTag | org.codehaus.groovy.grails.web.taglib | Example:
|
| GroovyIfTag | org.codehaus.groovy.grails.web.taglib | No description provided. |
| GroovyPage | org.codehaus.groovy.grails.web.pages | 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. |
| GroovyPagesServlet | org.codehaus.groovy.grails.web.pages | NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/) Main servlet class. |
| GroovyPagesTemplateEngine | org.codehaus.groovy.grails.web.pages | A GroovyPagesTemplateEngine based on (but not extending) the existing TemplateEngine implementations within Groovy. |
| GroovyPagesTemplateEngine.GroovyPagesTemplate | org.codehaus.groovy.grails.web.pages | An instance of the groovy.text.Template interface that knows how to make in instance of GroovyPageTemplateWritable |
| GroovyPagesTemplateEngine.GroovyPageTemplateWritable | org.codehaus.groovy.grails.web.pages | An instance of groovy.lang.Writable that writes itself to the specified writer, typically the response writer |
| GroovySetTag | org.codehaus.groovy.grails.web.taglib | Allows setting of variables within the page context |
| GroovySyntaxTag | org.codehaus.groovy.grails.web.taglib | A tag type that gets translated directly into Groovy syntax by the GSP parser |
| GroovyWhileTag | org.codehaus.groovy.grails.web.taglib | No description provided. |
| GSPResonseWriter | org.codehaus.groovy.grails.web.pages | NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/) A buffered writer that won't commit the response until the buffer has reached the high water mark, or until flush() or close() is called. |
| GSPWriter | org.codehaus.groovy.grails.web.pages | 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. |
| HibernateCriteriaBuilder | grails.orm | Wraps the Hibernate Criteria API in a builder. |
| HibernateDialectDetectorFactoryBean | org.codehaus.groovy.grails.orm.hibernate.support | No description provided. |
| HibernateDialectDetectorPlugin | org.codehaus.groovy.grails.plugins.hibernate | Plugin that registers HibernateDialectDetectorFactoryBean . |
| HibernateTransactionManagerPlugin | org.codehaus.groovy.grails.plugins.hibernate | Plugin that registers HibernateTransactionManager as |
| IdentDynamicMethod | org.codehaus.groovy.grails.metaclass | A dynamic method that evaluates the id of a domain class whatever the property name may be. |
| InteractiveShell | grails.ui | Extends regular Groovy interactive shell and bootstraps Grails environment before launch to allow interaction with the Grails domain model |
| InvocationCallback | org.codehaus.groovy.grails.commons.metaclass | No description provided. |
| JSONArray | org.codehaus.groovy.grails.web.json | A JSONArray is an ordered sequence of values. |
| JSonBuilder | grails.util | JSonBuilder provides support for creating JSON responses |
| JSONObject | org.codehaus.groovy.grails.web.json | A JSONObject is an unordered collection of name/value pairs. |
| JSONTokener | org.codehaus.groovy.grails.web.json | A JSONTokener takes a source string and extracts characters and tokens from it. |
| JSONWriter | org.codehaus.groovy.grails.web.json | JSONWriter provides a quick and convenient way of producing JSON text. |
| JspActionSubmitTag | org.codehaus.groovy.grails.web.taglib.jsp | JSP facade onto the GSP actionSubmit tag |
| JspCheckboxTag | org.codehaus.groovy.grails.web.taglib.jsp | No description provided. |
| JspCurrencySelectTag | org.codehaus.groovy.grails.web.taglib.jsp | No description provided. |
| JspDatePickerTag | org.codehaus.groovy.grails.web.taglib.jsp | No description provided. |
| JspEachErrorTag | org.codehaus.groovy.grails.web.taglib.jsp | JSP facade onto the GSP eachError tag |
| JspFormRemoteTag | org.codehaus.groovy.grails.web.taglib.jsp | No description provided. |
| JspFormTag | org.codehaus.groovy.grails.web.taglib.jsp | JSP facade onto the GSP form tag |
| JspHasErrorsTag | org.codehaus.groovy.grails.web.taglib.jsp | JSP facade onto the GSP hasErrors tag |
| JspInvokeGrailsTagLibTag | org.codehaus.groovy.grails.web.taglib.jsp | A tag that invokes a tag defined in a the Grails dynamic tag library. |
| JspLinkTag | org.codehaus.groovy.grails.web.taglib.jsp | A JSP facade that delegates to the Grails taglib link tag |
| JspLocaleSelectTag | org.codehaus.groovy.grails.web.taglib.jsp | No description provided. |
| JspMessageTag | org.codehaus.groovy.grails.web.taglib.jsp | JSP facade onto the GSP message tag |
| JspRemoteFunctionTag | org.codehaus.groovy.grails.web.taglib.jsp | No description provided. |
| JspRemoteLinkTag | org.codehaus.groovy.grails.web.taglib.jsp | No description provided. |
| JspRenderErrorsTag | org.codehaus.groovy.grails.web.taglib.jsp | JSP facade onto the GSP renderErrors tag |
| JspRenderInputTag | org.codehaus.groovy.grails.web.taglib.jsp | A JSP facade that delegates to the Grails RenderInputTag (@see org.codehaus.groovy.grails.web.taglib.RenderInputTag) |
| JspRenderTag | org.codehaus.groovy.grails.web.taglib.jsp | JSP facade onto the GSP render tag |
| JspSelectTag | org.codehaus.groovy.grails.web.taglib.jsp | No description provided. |
| JspSubmitToRemoteTag | org.codehaus.groovy.grails.web.taglib.jsp | No description provided. |
| JspTimeZoneSelectTag | org.codehaus.groovy.grails.web.taglib.jsp | No description provided. |
| LazyLoadingSessionFactoryAwareBeanPostProcessor | org.codehaus.groovy.grails.plugins.hibernate | Lazy-loading implementation class that loads a bean from the Spring
|
| ListOrderByPersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | The "listOrderBy*" static persistent method. |
| ListPersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | The "list" persistent static method. |
| Loader | org.codehaus.groovy.grails.web.pages | NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/) Class loader that knows about loading from a servlet context and about class dependancies. |
| LocaleChangeInterceptorPlugin | org.codehaus.groovy.grails.web.plugins.support.i18n | Plugin that registers LocaleChangeInterceptor . |
| ModelViewDescriptorCreator | org.codehaus.groovy.grails.web.pageflow | All closures in the model associated with a view state will be executed everytime a (@link org.springframework.webflow.ViewDescriptor} is created. |
| NonPooledDataSourcePlugin | org.codehaus.groovy.grails.plugins.datasource | Register a non-pooled data source if the Grails application is configured accordingly. |
| OpenRicoBuilder | grails.util | OpenRicoBuilder provides support for creating OpenRico AJAX responses. |
| OrderedAdapter | org.codehaus.groovy.grails.plugins.support | Convenience adapter implementation of the Spring Ordered interface. |
| PageFlowBuilder | grails.pageflow | Builder to create a page flow configuration. |
| Parse | org.codehaus.groovy.grails.web.pages | NOTE: Based on work done by the GSP standalone project (https://gsp.dev.java.net/) Parsing implementation for GSP files |
| PooledDatasourcePlugin | org.codehaus.groovy.grails.plugins.datasource | Register a pooled data source if the Grails application is configured accordingly. |
| PropertyAccessProxyMetaClass | org.codehaus.groovy.grails.commons.metaclass | Extends ProxyMetaClass and adds the ability to intercept calls to property getters/setters |
| RedirectDynamicMethod | org.codehaus.groovy.grails.web.metaclass | Implements the "redirect" Controller method for action redirection |
| RefreshPersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | The "refresh" persistent instance method. |
| ReloadableResourceBundleMessageSourcePlugin | org.codehaus.groovy.grails.web.plugins.support.i18n | Plugin that registers ReloadableResourceBundleMessageSource . |
| RenderDynamicMethod | org.codehaus.groovy.grails.web.metaclass | Allows rendering of text, views, and templates to the response |
| RenderInputTag | org.codehaus.groovy.grails.web.taglib | A tag that attempts to render an input for a bean property into an appropriate component based on the type. |
| RequestContextTag | org.codehaus.groovy.grails.web.taglib | No description provided. |
| RunTests | grails.util | No description provided. |
| SavePersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | No description provided. |
| ScaffoldTag | org.codehaus.groovy.grails.web.taglib | No description provided. |
| ServletContextTemplateFactory | org.codehaus.groovy.grails.scaffolding | A template factory that looks up templates from the servlet context |
| SetPropertiesDynamicProperty | org.codehaus.groovy.grails.metaclass | A dynamic property that uses a Map of OGNL expressions to sets properties on the target object |
| SimpleGrailsController | org.codehaus.groovy.grails.web.servlet.mvc | Base class for Grails controllers. |
| SimpleGrailsControllerHelper | org.codehaus.groovy.grails.web.servlet.mvc | A helper class for handling controller requests |
| SpringConfig | org.codehaus.groovy.grails.commons.spring | Creates beans and bean references for a Grails application. |
| SpringConfigUtils | org.codehaus.groovy.grails.commons.spring | Helper class to create Spring configuration objects for loading the application context. |
| State | grails.pageflow | Simple container object for a state in a page flow. |
| TagLibDynamicMethods | org.codehaus.groovy.grails.web.metaclass | Represents a controller class in Grails. |
| TagLibMetaClass | org.codehaus.groovy.grails.web.metaclass | Special meta class for tag libraries that allows tag libraries to call tags within other libraries without the need for inheritance |
| TimeZoneEditor | org.codehaus.groovy.grails.web.binding | A Property editor for converting instances of java.util.TimeZone |
| Transition | grails.pageflow | Simple container class for a transition a in page flow. |
| ValidatePersistentMethod | org.codehaus.groovy.grails.orm.hibernate.metaclass | A method that validates an instance of a domain class against its constraints |
| ViewDelegatingScaffoldResponseHandler | org.codehaus.groovy.grails.scaffolding | A response handler that simple delegates control to a view resolved by the set ViewResolver |
| WeakGenericDynamicProperty | org.codehaus.groovy.grails.commons.metaclass | A generic dyanmic property for any type used a soft hashmap implementation for generic properties registered as global in the MetaClass |
| Search |




