| Class |
Description |
|
CreateScaffoldControllerCommand
|
Creates a scaffolded controller.
|
|
GenerateAllCommand
|
Generates a controller that performs CRUD operations and the associated views
Usage: . |
|
GenerateAsyncControllerCommand
|
Generates an asynchronous controller that performs CRUD operations.
|
|
GenerateControllerCommand
|
Generates a controller that performs CRUD operations
Usage: . |
|
GenerateServiceCommand
|
Generates a Grails data service for the specified domain-class.
|
|
GenerateViewsCommand
|
Generates GSP views for the specified domain class
Usage: . |
|
InstallTemplatesCommand
|
Installs scaffolding templates that use f:all to render properties
Usage: . |