| Interface | Description |
|---|---|
| ScaffoldService | Scaffold service interface providing CRUD operations for domain entities. |
| Trait | Description |
|---|---|
| CommandLineHelper | |
| SkipBootstrap |
| 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 | |
| ScaffoldingViewResolver |
|