Library:Grails
Version:0.2
Compatibility:JDK 1.5
Interfaces in library Grails.
NamePackageDescription
ClassInjectororg.codehaus.groovy.grails.injectionAn interface that when implemented allows additional properties to be injected into Grails classes at compile time (ie when they are loaded by the GroovyClassLoader)
ClassLoaderAwareorg.codehaus.groovy.grails.plugins.support.aware

Convenience interface that can be implemented by classes that are registered by plugins.

Constraintorg.codehaus.groovy.grails.validationInterface that defines a validatable constraint
DynamicMethodInvocationorg.codehaus.groovy.grails.commons.metaclass

Dynamic method invocation callback interface.

DynamicMethodsorg.codehaus.groovy.grails.commons.metaclassAn interface that defines methods for a handling dynamic method, static method and property invocations
DynamicPropertyorg.codehaus.groovy.grails.commons.metaclass

A Dynamic class property getter interface

ExternalGrailsDomainClassorg.codehaus.groovy.grails.commons

Represents a persistable Grails domain class that is externally mapped.

FlashScopeorg.codehaus.groovy.grails.web.servletAn interface that represents flash scope and allows a flash scope map to be set to the next state.
GrailsApplicationorg.codehaus.groovy.grails.commons

Exposes all classes for a Grails application.

GrailsApplicationAttributesorg.codehaus.groovy.grails.web.servletAn interface defining the names of and methods to retrieve Grails specific request and servlet attributes
GrailsApplicationAwareorg.codehaus.groovy.grails.plugins.support.aware

Convenience interface that can be implemented by classes that are registered by plugins.

GrailsBootstrapClassorg.codehaus.groovy.grails.commons

A BootStrap class is a class that is loaded and executed on application load

GrailsClassorg.codehaus.groovy.grails.commons

This interface represents any class in a Grails application.

GrailsControllerClassorg.codehaus.groovy.grails.commons

Represents a controller class in Grails.

GrailsControllerHelperorg.codehaus.groovy.grails.web.servlet.mvcAn interface for a helper class that processes Grails controller requests and responses
GrailsDataSourceorg.codehaus.groovy.grails.commons

Represents a data source in Grails.

GrailsDomainClassorg.codehaus.groovy.grails.commons

Represents a persistable Grails domain class

GrailsDomainClassInjectororg.codehaus.groovy.grails.injectionMainly just a marker interface for implementations that perform injection on domain classes
GrailsDomainClassPropertyorg.codehaus.groovy.grails.commonsA property of a GrailsDomainClass instance
GrailsDomainConfigurationorg.codehaus.groovy.grails.orm.hibernate.cfgNo description provided.
GrailsPageFlowClassorg.codehaus.groovy.grails.commons

Interface holding a page flow configuration.

GrailsPluginorg.codehaus.groovy.grails.plugins

Plugin interface that adds Spring BeanDefinition s to a registry based on a GrailsApplication object.

GrailsScaffolderorg.codehaus.groovy.grails.scaffoldingAn interface that facilitates the required methods for using Scaffolding within GrailsControllers
GrailsServiceClassorg.codehaus.groovy.grails.commonsNo description provided.
GrailsTagorg.codehaus.groovy.grails.web.taglibAn interface that allows to tag implementation to be abstracted from the JSP custom tag spec..
GrailsTagLibClassorg.codehaus.groovy.grails.commons

Represents a Grails tab library class

GrailsTaskClassorg.codehaus.groovy.grails.commons

Represents a task class in Grails, provides default task configuration

GrailsTaskClassPropertyorg.codehaus.groovy.grails.commons

Holds properties names from GrailsTaskClass

GrailsTemplateGeneratororg.codehaus.groovy.grails.scaffoldingAn interface that defines methods for generating Grails artifacts from a domain class
InjectableGrailsClassorg.codehaus.groovy.grails.commons

Represents a Grails class that is to be configured in Spring and as such is injectable.

PersistentConstraintorg.codehaus.groovy.grails.orm.hibernate.validationInterface that defines a persistent constraint that evaluates the database.
PropertyAccessInterceptororg.codehaus.groovy.grails.commons.metaclass

An interface that adds the ability to intercept property getters/setters

ResourceCopierorg.codehaus.groovy.grails.web.servlet.filterNo description provided.
ScaffoldCallbackorg.codehaus.groovy.grails.scaffoldingNo description provided.
ScaffoldDomainorg.codehaus.groovy.grails.scaffoldingThe main interface used by scaffolded controllers to access instances of persistent classes
ScaffoldRequestHandlerorg.codehaus.groovy.grails.scaffoldingAn interface defining methods to handle CRUD operations involved in scaffolding
ScaffoldResponseHandlerorg.codehaus.groovy.grails.scaffoldingAn interface defining methods to handle responses.
ScaffoldResponseHandlerFactoryorg.codehaus.groovy.grails.scaffoldingAn interface that defines factory methds for creating ScaffoldResponse instances
ScaffoldViewResolverorg.codehaus.groovy.grails.scaffoldingAn interface that defines the strategy for resolving view names from a scaffolded URI
SessionFactoryAwareorg.codehaus.groovy.grails.plugins.hibernate

Special purpose aware interface for classes that want easy access to the Hibernate SessionFactory .

StaticMethodInvocationorg.codehaus.groovy.grails.commons.metaclass

Static method invocation callback interface.

TemplateFactoryorg.codehaus.groovy.grails.scaffoldingAn interface that defines methods for retrieving templates for specific scaffolded types
Search