| Class |
Description |
|
DomainServiceLocator
|
Resolves the appropriate service bean for a given domain class by:
- Scanning only beans of type GormService
- Matching via: domainClass.isAssignableFrom(service.getResource()) |
|
GormService
|
|
|
RestfulServiceController
|
Restful controller that delegates all operations to a scaffold service. |
|
ScaffoldingGrailsPlugin
|
Generates scaffolded controllers and views for a Grails application. |
|
ScaffoldingViewResolver
|
- Authors:
- Graeme Rocher
|
|
ScaffoldingViewResolverDefinitionPostProcessor
|
Registers the jspViewResolver bean definition as a
ScaffoldingViewResolver unless a definition already exists, replacing
the registration the plugin previously performed through the
doWithSpring() bean DSL. |