Library:Grails
Version:0.2
Compatibility:JDK 1.5
Classes in library Grails.
NamePackageDescription
AbstractClausedStaticPersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclassNo description provided.
AbstractClausedStaticPersistentMethod.GrailsMethodExpressionorg.codehaus.groovy.grails.orm.hibernate.metaclassNo description provided.
AbstractDynamicControllerMethodorg.codehaus.groovy.grails.web.metaclassAn abstract class for dynamic controller methods to implement
AbstractDynamicControllerPropertyorg.codehaus.groovy.grails.web.metaclassAn abstract class for dynamic controller properties to implement
AbstractDynamicMethodInvocationorg.codehaus.groovy.grails.commons.metaclassNo description provided.
AbstractDynamicMethodsorg.codehaus.groovy.grails.commons.metaclassInvokerHelper.getInstance().getMetaRegistry().setMetaClass(Foo.class,myFooMetaClass)
AbstractDynamicMethodsInterceptororg.codehaus.groovy.grails.commons.metaclassImplements an the Interceptor interface to add support for using ProxyMetaClass to define dynamic methods
AbstractDynamicPersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclassNo description provided.
AbstractDynamicPropertyorg.codehaus.groovy.grails.commons.metaclass

An abstract class for implementors of dynamic getters to implement

AbstractGrailsClassorg.codehaus.groovy.grails.commonsNo description provided.
AbstractInjectableGrailsClassorg.codehaus.groovy.grails.commonsNo description provided.
AbstractSessionFactoryAwareBeanPostProcessororg.codehaus.groovy.grails.plugins.hibernate

Abstract class that detects the SessionFactoryAware interface.

AbstractStaticMethodInvocationorg.codehaus.groovy.grails.commons.metaclassNo description provided.
AbstractStaticPersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclassNo description provided.
AwarePluginorg.codehaus.groovy.grails.plugins.support.aware

Grails plugin that registers *Aware BeanPostProcessor s.

BeanPostProcessorAdapterorg.codehaus.groovy.grails.plugins.support

Adapter implementation of BeanPostProcessor .

BindDynamicMethodorg.codehaus.groovy.grails.web.metaclassA dynamic method present in controllers allowing data binding from a map to a target instance.
ChainDynamicMethodorg.codehaus.groovy.grails.web.metaclassImplements the "chain" Controller method for action chaining
ClassEditororg.codehaus.groovy.grails.supportNo description provided.
ClassEditorPluginorg.codehaus.groovy.grails.plugins.support.classeditor

Plugin that registers ClassEditor with the Grails ClassLoader.

ClassLoaderAwareBeanPostProcessororg.codehaus.groovy.grails.plugins.support.awareNo description provided.
ClassUtilsorg.codehaus.groovy.grails.support

Class with static method that operate on Class instances.

ClosureActionorg.codehaus.groovy.grails.web.pageflow

Wrapper class to execute a Groovy closure as a SWF actions.

ClosureFlowAttributeMapperorg.codehaus.groovy.grails.web.pageflow

Delegates subflow input and output operations to closures.

ClosureValidatororg.codehaus.groovy.grails.web.pageflow

Delegate that turns a closure into a Spring validator.

CommonsMultipartResolverPluginorg.codehaus.groovy.grails.web.plugins.support.multipartresolver

Plugin that registers CommonsMultipartResolver .

ConfigurableLocalSessionFactoryBeanorg.codehaus.groovy.grails.orm.hibernateA SessionFactory bean that allows the configuration class to be changed and customise for usage within Grails
ConfigurableLocalSessionFactoryPluginorg.codehaus.groovy.grails.plugins.hibernate

Plugin that registers ConfigurableLocalSessionFactoryBean .

Consolegrails.uiExtends regular Groovy console and bootstraps Grails environment before launch to allow interaction with the Grails domain model
ConstrainedPersistentPropertyorg.codehaus.groovy.grails.orm.hibernate.validationExtends ConstrainedProperty to provide additional validation against database specific constraints
ConstrainedPersistentProperty.AbstractPersistentConstraintorg.codehaus.groovy.grails.orm.hibernate.validationNo description provided.
ConstrainedPersistentProperty.UniqueConstraintorg.codehaus.groovy.grails.orm.hibernate.validationA constraint that validates the uniqueness of a property
ConstrainedPropertyorg.codehaus.groovy.grails.validationProvides the ability to set contraints against a properties of a class.
ConstrainedProperty.AbstractConstraintorg.codehaus.groovy.grails.validationAbstract class for constraints to implement
ConstrainedPropertyBuilderorg.codehaus.groovy.grails.validationBuilder used as a delegate within the "constraints" closure of GrailsDomainClass instances
ConstraintsDynamicPropertyorg.codehaus.groovy.grails.validation.metaclassThis 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
ConstraintsEvaluatingDynamicPropertyorg.codehaus.groovy.grails.validation.metaclassThis 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
ControllerDynamicMethodsorg.codehaus.groovy.grails.web.metaclassAdds dynamic methods and properties for Grails Controllers
CookieLocaleResolverPluginorg.codehaus.groovy.grails.web.plugins.support.i18n

Plugin that registers CookieLocaleResolver .

CountByPersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclassDynamic method that allows counting the values of the specified property names eg.
CountPersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclassMethod that allows you to count the number of instances in the database eg.
CreateCriteriaPersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclassCreates a HibernateCriteriaBuilder instance for the current class and returns it.
CreateDynamicMethodorg.codehaus.groovy.grails.commons.metaclass

A dynamic static method that is a factory method for creating new instances eg.

CurrencyEditororg.codehaus.groovy.grails.web.bindingA Property editor for converting instances of java.util.Currency
DefaultGrailsApplicationorg.codehaus.groovy.grails.commonsDefault implementation of the GrailsApplication interface that manages application loading, state, and artifact instances.
DefaultGrailsApplicationAttributesorg.codehaus.groovy.grails.web.servletNo description provided.
DefaultGrailsBootstrapClassorg.codehaus.groovy.grails.commonsNo description provided.
DefaultGrailsControllerClassorg.codehaus.groovy.grails.commonsNo description provided.
DefaultGrailsDataSourceorg.codehaus.groovy.grails.commonsNo description provided.
DefaultGrailsDomainClassorg.codehaus.groovy.grails.commonsNo description provided.
DefaultGrailsDomainClassInjectororg.codehaus.groovy.grails.injectionDefault implementation of domain class injector interface that adds the 'id' and 'version' properties and other previously boilerplate code
DefaultGrailsDomainClassPropertyorg.codehaus.groovy.grails.commonsNo description provided.
DefaultGrailsDomainConfigurationorg.codehaus.groovy.grails.orm.hibernate.cfgCreates runtime configuration mappings for the Grails domain classes based on the work done in the Hibernate Annotations project
DefaultGrailsPageFlowClassorg.codehaus.groovy.grails.commonsNo description provided.
DefaultGrailsResponseHandlerFactoryorg.codehaus.groovy.grails.scaffoldingThe default implementation of a ScaffoldResponseHandlerFactory that uses the uri extension to look-up an appropriate response handler.
DefaultGrailsScaffolderorg.codehaus.groovy.grails.scaffoldingThe default implementation of scaffolding for Grails domain class and controller
DefaultGrailsScaffoldViewResolverorg.codehaus.groovy.grails.scaffoldingA view resolver that uses a GrailsApplication instance to resolve view names from uris
DefaultGrailsServiceClassorg.codehaus.groovy.grails.commonsNo description provided.
DefaultGrailsTagLibClassorg.codehaus.groovy.grails.commonsNo description provided.
DefaultGrailsTaskClassorg.codehaus.groovy.grails.commonsNo description provided.
DefaultScaffoldCallbackorg.codehaus.groovy.grails.scaffoldingNo description provided.
DefaultScaffoldDomainorg.codehaus.groovy.grails.scaffoldingThe default implementation of a Scaffolding application that uses Hibernate as the persistence mechanism
DefaultScaffoldRequestHandlerorg.codehaus.groovy.grails.scaffoldingDefault implementation of the ScaffoldRequestHandler interface
DelegatingMetaClassorg.codehaus.groovy.grails.commons.metaclassNo description provided.
DeletePersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclassNo description provided.
DiscardPersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclassA method that allows you to discard changes to a domain class
DomainClassMethodsorg.codehaus.groovy.grails.metaclassNo description provided.
DomainClassPropertyComparatororg.codehaus.groovy.grails.scaffoldingComparator that uses the domain class property constraints to establish order in sort methods and always places the id first
ExecuteQueryPersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclassAllows the executing of abituary HQL queries http://www.hibernate.org/hib_docs/reference/en/html/queryhq eg.
ExistsPersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclassA static method that checks whether an entity exists in the database for the specified id eg.
ExtendProxygrails.utilExtends the Groovy Proxy implementation and adds proxying of property getters/setters
FindAllByPersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclassThe "findBy*" static persistent method.
FindAllPersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclassNo description provided.
FindByPersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclassThe "findBy*" static persistent method.
FindPersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclass

The "find" persistent static method allows searching for instances using either an example instance or an HQL query.

FindWherePersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclassThe "findWhere" persistent static method.
Flowgrails.pageflow

Simple container class for a page flow.

GenerateUtilsgrails.utilUtility class for generating Grails artifacts likes views, controllers etc.
GenericDynamicPropertyorg.codehaus.groovy.grails.commons.metaclassA generic dyanmic property for any type
GetParamsDynamicPropertyorg.codehaus.groovy.grails.web.metaclassA dynamic property that adds a "params" map to a controller for accessing request and controller parameters
GetPersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclassThe "get" static persistent method for Grails domain classes.
GetSessionDynamicPropertyorg.codehaus.groovy.grails.web.metaclassA dynamic property that adds a "session" map to a controller for accessing the Http Session
GrailsAnnotationConfigurationorg.codehaus.groovy.grails.orm.hibernate.cfgAllows configuring Grails' hibernate support to work in conjuntion with Hibernate's annotation support
GrailsApplicationAwareBeanPostProcessororg.codehaus.groovy.grails.plugins.support.aware

Implementation of BeanPostProcessor that recognizes GrailsApplicationAware and injects and instance of GrailsApplication .

GrailsApplicationFactoryBeanorg.codehaus.groovy.grails.commons

Factory bean that creates a Grails application object based on Groovy files.

GrailsClassUtilsorg.codehaus.groovy.grails.commonsNo description provided.
GrailsConfigUtilsorg.codehaus.groovy.grails.commonsA common class where shared configurational methods can reside
GrailsDataBinderorg.codehaus.groovy.grails.web.bindingA data binder that handles binding dates that are specified with a "struct"-like syntax in request parameters.
GrailsDispatcherServletorg.codehaus.groovy.grails.web.servlet

Servlet that handles incoming requests for Grails.

GrailsDomainBinderorg.codehaus.groovy.grails.orm.hibernate.cfgHandles the binding Grails domain classes and properties to the Hibernate runtime meta model.
GrailsDomainClassValidatororg.codehaus.groovy.grails.orm.hibernate.validationA validator that validates a domain class based on the applied constraints
GrailsDomainConfigurationUtilorg.codehaus.groovy.grails.orm.hibernate.cfgUtility methods used in configuring the Grails Hibernate integration
GrailsExceptionResolverorg.codehaus.groovy.grails.web.errorsException resolver that wraps any runtime exceptions with a GrailsWrappedException instance
GrailsExceptionResolverPluginorg.codehaus.groovy.grails.web.plugins.support.exceptionResolver

Plugin that registers GrailsExceptionResolver .

GrailsFlashScopeorg.codehaus.groovy.grails.web.servletGrails implementation of Flash scope (@see org.codehaus.groovy.grails.web.servlet.FlashScope)
GrailsFlowBuilderorg.codehaus.groovy.grails.web.pageflowNo description provided.
GrailsFormActionorg.codehaus.groovy.grails.web.pageflow.action

Adds some convenience property setters to FormAction .

GrailsHibernateDomainClassorg.codehaus.groovy.grails.orm.hibernateAn implementation of the GrailsDomainClass interface that allows Classes mapped in Hibernate to integrate with Grails' validation, dynamic methods etc.
GrailsHibernateDomainClassPropertyorg.codehaus.groovy.grails.orm.hibernateAn implementation of the GrailsDomainClassProperty interface that allows Classes mapped in Hibernate to integrate with Grails' validation, dynamic methods etc.
GrailsHttpServletRequestorg.codehaus.groovy.grails.web.servlet

Wrapper for HttpServletRequest instance that also implements java.util.Map to delegate to request attributes

GrailsHttpServletResponseorg.codehaus.groovy.grails.web.servlet

Wrapper class for HttpServletResponse that allows setting the content type while getting the writer.

GrailsInjectionOperationorg.codehaus.groovy.grails.injectionA Groovy compiler operation that gets plugged into the GroovyClassLoader instance to add custom properties to classes at compile time
GrailsLayoutDecoratorMapperorg.codehaus.groovy.grails.web.sitemeshImplements the SiteMesh decorator mapper interface and allows grails views to map to grails layouts
GrailsMaingrails.utilA main class for Grails that launches a jetty instance and runs the app specified by the basedir argument
GrailsOpenSessionInViewFilterorg.codehaus.groovy.grails.orm.hibernate.support

Uses the GrailsApplication sesssionFactory to apply the filter

GrailsPageFilterorg.codehaus.groovy.grails.web.sitemeshExtends the default page filter to overide the apply decorator behaviour if the page is a GSP
GrailsParameterMaporg.codehaus.groovy.grails.web.metaclassA parameter map class that allows mixing of request parameters and controller parameters.
GrailsPluginLoaderorg.codehaus.groovy.grails.plugins

This class loads all META-INF/GrailsPlugins.xml files located on the classpath in a Spring ApplicationContext .

GrailsReloadServletFilterorg.codehaus.groovy.grails.web.servlet.filterA servlet filter that copies resources from the source on content change and manages reloading if necessary
GrailsResourceHolderorg.codehaus.groovy.grails.commons.springA class that holds references to all the Grails resource instances to support class reloading
GrailsResourceLoaderorg.codehaus.groovy.grails.commonsA GroovyResourceLoader that loads groovy files using Spring's IO abstraction
GrailsResourceUtilsorg.codehaus.groovy.grails.commonsUtility methods for working with Grails resources and URLs that represent artifacts within a Grails application
GrailsScaffoldDomainorg.codehaus.groovy.grails.scaffoldingExtends the default domain to delegate to Grails specific dynamic methods
GrailsServicesPluginorg.codehaus.groovy.grails.plugins.support.servicesNo description provided.
GrailsServicesPlugin.GrailsServiceFactoryorg.codehaus.groovy.grails.plugins.support.servicesNo description provided.
GrailsServletFlowExecutionManagerorg.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.

GrailsTagRegistryorg.codehaus.groovy.grails.web.taglibA registry for holding all Grails tag implementations
GrailsTestSuiteorg.codehaus.groovy.grails.supportIoC class to inject properties of Grails test case classes.
GrailsUrlHandlerMappingorg.codehaus.groovy.grails.web.servlet.mvc

Class that handles URL mapping for Grails

GrailsUtilgrails.utilGrails utility methods for command line and GUI applications
GrailsViewResolverorg.codehaus.groovy.grails.web.servlet.viewA Grails view resolver which evaluates the existance of a view for different extensions choosing which one to delegate to.
GroovyCollectTagorg.codehaus.groovy.grails.web.taglibExample:
GroovyDefTagorg.codehaus.groovy.grails.web.taglibAllows defining of variables within the page context
GroovyDynamicMethodsInterceptororg.codehaus.groovy.grails.commons.metaclassclass for dynamic methods applied to a Groovy object that registers itself with the GroovyObject instances meta class instance
GroovyEachTagorg.codehaus.groovy.grails.web.taglibNo description provided.
GroovyElseIfTagorg.codehaus.groovy.grails.web.taglibNo description provided.
GroovyElseTagorg.codehaus.groovy.grails.web.taglibNo description provided.
GroovyFindAllTagorg.codehaus.groovy.grails.web.taglibExample:
GroovyGrepTagorg.codehaus.groovy.grails.web.taglibExample:
GroovyIfTagorg.codehaus.groovy.grails.web.taglibNo description provided.
GroovyPageorg.codehaus.groovy.grails.web.pagesNOTE: 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.
GroovyPagesServletorg.codehaus.groovy.grails.web.pagesNOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/) Main servlet class.
GroovyPagesTemplateEngineorg.codehaus.groovy.grails.web.pagesA GroovyPagesTemplateEngine based on (but not extending) the existing TemplateEngine implementations within Groovy.
GroovyPagesTemplateEngine.GroovyPagesTemplateorg.codehaus.groovy.grails.web.pagesAn instance of the groovy.text.Template interface that knows how to make in instance of GroovyPageTemplateWritable
GroovyPagesTemplateEngine.GroovyPageTemplateWritableorg.codehaus.groovy.grails.web.pagesAn instance of groovy.lang.Writable that writes itself to the specified writer, typically the response writer
GroovySetTagorg.codehaus.groovy.grails.web.taglibAllows setting of variables within the page context
GroovySyntaxTagorg.codehaus.groovy.grails.web.taglibA tag type that gets translated directly into Groovy syntax by the GSP parser
GroovyWhileTagorg.codehaus.groovy.grails.web.taglibNo description provided.
GSPResonseWriterorg.codehaus.groovy.grails.web.pagesNOTE: 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.
GSPWriterorg.codehaus.groovy.grails.web.pagesA 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.
HibernateCriteriaBuildergrails.orm

Wraps the Hibernate Criteria API in a builder.

HibernateDialectDetectorFactoryBeanorg.codehaus.groovy.grails.orm.hibernate.supportNo description provided.
HibernateDialectDetectorPluginorg.codehaus.groovy.grails.plugins.hibernate

Plugin that registers HibernateDialectDetectorFactoryBean .

HibernateTransactionManagerPluginorg.codehaus.groovy.grails.plugins.hibernate

Plugin that registers HibernateTransactionManager as transactionManager if no BeanDefinition named transactionManager is registered.

IdentDynamicMethodorg.codehaus.groovy.grails.metaclassA dynamic method that evaluates the id of a domain class whatever the property name may be.
InteractiveShellgrails.uiExtends regular Groovy interactive shell and bootstraps Grails environment before launch to allow interaction with the Grails domain model
InvocationCallbackorg.codehaus.groovy.grails.commons.metaclassNo description provided.
JSONArrayorg.codehaus.groovy.grails.web.jsonA JSONArray is an ordered sequence of values.
JSonBuildergrails.util

JSonBuilder provides support for creating JSON responses

JSONObjectorg.codehaus.groovy.grails.web.jsonA JSONObject is an unordered collection of name/value pairs.
JSONTokenerorg.codehaus.groovy.grails.web.jsonA JSONTokener takes a source string and extracts characters and tokens from it.
JSONWriterorg.codehaus.groovy.grails.web.jsonJSONWriter provides a quick and convenient way of producing JSON text.
JspActionSubmitTagorg.codehaus.groovy.grails.web.taglib.jspJSP facade onto the GSP actionSubmit tag
JspCheckboxTagorg.codehaus.groovy.grails.web.taglib.jspNo description provided.
JspCurrencySelectTagorg.codehaus.groovy.grails.web.taglib.jspNo description provided.
JspDatePickerTagorg.codehaus.groovy.grails.web.taglib.jspNo description provided.
JspEachErrorTagorg.codehaus.groovy.grails.web.taglib.jspJSP facade onto the GSP eachError tag
JspFormRemoteTagorg.codehaus.groovy.grails.web.taglib.jspNo description provided.
JspFormTagorg.codehaus.groovy.grails.web.taglib.jspJSP facade onto the GSP form tag
JspHasErrorsTagorg.codehaus.groovy.grails.web.taglib.jspJSP facade onto the GSP hasErrors tag
JspInvokeGrailsTagLibTagorg.codehaus.groovy.grails.web.taglib.jspA tag that invokes a tag defined in a the Grails dynamic tag library.
JspLinkTagorg.codehaus.groovy.grails.web.taglib.jspA JSP facade that delegates to the Grails taglib link tag
JspLocaleSelectTagorg.codehaus.groovy.grails.web.taglib.jspNo description provided.
JspMessageTagorg.codehaus.groovy.grails.web.taglib.jspJSP facade onto the GSP message tag
JspRemoteFunctionTagorg.codehaus.groovy.grails.web.taglib.jspNo description provided.
JspRemoteLinkTagorg.codehaus.groovy.grails.web.taglib.jspNo description provided.
JspRenderErrorsTagorg.codehaus.groovy.grails.web.taglib.jspJSP facade onto the GSP renderErrors tag
JspRenderInputTagorg.codehaus.groovy.grails.web.taglib.jspA JSP facade that delegates to the Grails RenderInputTag (@see org.codehaus.groovy.grails.web.taglib.RenderInputTag)
JspRenderTagorg.codehaus.groovy.grails.web.taglib.jspJSP facade onto the GSP render tag
JspSelectTagorg.codehaus.groovy.grails.web.taglib.jspNo description provided.
JspSubmitToRemoteTagorg.codehaus.groovy.grails.web.taglib.jspNo description provided.
JspTimeZoneSelectTagorg.codehaus.groovy.grails.web.taglib.jspNo description provided.
LazyLoadingSessionFactoryAwareBeanPostProcessororg.codehaus.groovy.grails.plugins.hibernate

Lazy-loading implementation class that loads a bean from the Spring BeanFactory.

ListOrderByPersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclassThe "listOrderBy*" static persistent method.
ListPersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclassThe "list" persistent static method.
Loaderorg.codehaus.groovy.grails.web.pagesNOTE: 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.
LocaleChangeInterceptorPluginorg.codehaus.groovy.grails.web.plugins.support.i18n

Plugin that registers LocaleChangeInterceptor .

ModelViewDescriptorCreatororg.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.

NonPooledDataSourcePluginorg.codehaus.groovy.grails.plugins.datasource

Register a non-pooled data source if the Grails application is configured accordingly.

OpenRicoBuildergrails.util

OpenRicoBuilder provides support for creating OpenRico AJAX responses.

OrderedAdapterorg.codehaus.groovy.grails.plugins.support

Convenience adapter implementation of the Spring Ordered interface.

PageFlowBuildergrails.pageflow

Builder to create a page flow configuration.

Parseorg.codehaus.groovy.grails.web.pagesNOTE: Based on work done by the GSP standalone project (https://gsp.dev.java.net/) Parsing implementation for GSP files
PooledDatasourcePluginorg.codehaus.groovy.grails.plugins.datasource

Register a pooled data source if the Grails application is configured accordingly.

PropertyAccessProxyMetaClassorg.codehaus.groovy.grails.commons.metaclass

Extends ProxyMetaClass and adds the ability to intercept calls to property getters/setters

RedirectDynamicMethodorg.codehaus.groovy.grails.web.metaclassImplements the "redirect" Controller method for action redirection
RefreshPersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclassThe "refresh" persistent instance method.
ReloadableResourceBundleMessageSourcePluginorg.codehaus.groovy.grails.web.plugins.support.i18n

Plugin that registers ReloadableResourceBundleMessageSource .

RenderDynamicMethodorg.codehaus.groovy.grails.web.metaclassAllows rendering of text, views, and templates to the response
RenderInputTagorg.codehaus.groovy.grails.web.taglibA tag that attempts to render an input for a bean property into an appropriate component based on the type.
RequestContextTagorg.codehaus.groovy.grails.web.taglibNo description provided.
RunTestsgrails.utilNo description provided.
SavePersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclassNo description provided.
ScaffoldTagorg.codehaus.groovy.grails.web.taglibNo description provided.
ServletContextTemplateFactoryorg.codehaus.groovy.grails.scaffoldingA template factory that looks up templates from the servlet context
SetPropertiesDynamicPropertyorg.codehaus.groovy.grails.metaclassA dynamic property that uses a Map of OGNL expressions to sets properties on the target object
SimpleGrailsControllerorg.codehaus.groovy.grails.web.servlet.mvc

Base class for Grails controllers.

SimpleGrailsControllerHelperorg.codehaus.groovy.grails.web.servlet.mvcA helper class for handling controller requests
SpringConfigorg.codehaus.groovy.grails.commons.spring

Creates beans and bean references for a Grails application.

SpringConfigUtilsorg.codehaus.groovy.grails.commons.spring

Helper class to create Spring configuration objects for loading the application context.

Stategrails.pageflow

Simple container object for a state in a page flow.

TagLibDynamicMethodsorg.codehaus.groovy.grails.web.metaclass

Represents a controller class in Grails.

TagLibMetaClassorg.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

TimeZoneEditororg.codehaus.groovy.grails.web.bindingA Property editor for converting instances of java.util.TimeZone
Transitiongrails.pageflow

Simple container class for a transition a in page flow.

ValidatePersistentMethodorg.codehaus.groovy.grails.orm.hibernate.metaclassA method that validates an instance of a domain class against its constraints
ViewDelegatingScaffoldResponseHandlerorg.codehaus.groovy.grails.scaffoldingA response handler that simple delegates control to a view resolved by the set ViewResolver
WeakGenericDynamicPropertyorg.codehaus.groovy.grails.commons.metaclassA generic dyanmic property for any type used a soft hashmap implementation for generic properties registered as global in the MetaClass
Search