Uses of Package
org.codehaus.groovy.grails.scaffolding

Packages that use org.codehaus.groovy.grails.scaffolding
org.codehaus.groovy.grails.scaffolding   
org.codehaus.groovy.grails.web.metaclass   
 

Classes in org.codehaus.groovy.grails.scaffolding used by org.codehaus.groovy.grails.scaffolding
DefaultGrailsScaffolder.AbstractAction
          Abstract base class that extends closure and retrieves the necessary arguments from the controller This is used to inject closure properties into controllers so controller actions appear as if by magic.
DefaultScaffoldDomain
          The default implementation of a Scaffolding application that uses Hibernate as the persistence mechanism.
GrailsScaffolder
          An interface that facilitates the required methods for using Scaffolding within GrailsControllers
GrailsTemplateGenerator
          An interface that defines methods for generating Grails artifacts from a domain class
ScaffoldCallback
           
ScaffoldDomain
          The main interface used by scaffolded controllers to access instances of persistent classes
ScaffoldRequestHandler
          An interface defining methods to handle CRUD operations involved in scaffolding
ScaffoldResponseHandler
          An interface defining methods to handle responses.
ScaffoldResponseHandlerFactory
          An interface that defines factory methods for creating ScaffoldResponseHandler instances.
 

Classes in org.codehaus.groovy.grails.scaffolding used by org.codehaus.groovy.grails.web.metaclass
GrailsScaffolder
          An interface that facilitates the required methods for using Scaffolding within GrailsControllers
 



Copyright (c) 2005-2006 The Grails project