@groovy.transform.CompileStatic @groovy.util.logging.Slf4j @io.micronaut.security.annotation.Secured(value: ADMIN) @io.micronaut.http.annotation.Controller(value: /allFieldsDomain) class AllFieldsDomainController extends BaseCrudController2
Handles the controller actions for the AllFieldsDomain objects. Includes CRUD actions on the AllFieldsDomain sample test domain.
Fields inherited from class | Fields |
---|---|
class BaseController |
lastErrorMessage |
Type | Name and description |
---|---|
private java.lang.String |
indexView The location of the index page. |
private java.lang.Object |
taskMenuItems Defines the entry(s) in the main Task Menu. |
Constructor and description |
---|
AllFieldsDomainController
() |
Methods inherited from class | Name |
---|---|
class BaseCrudController2 |
getDomain, getIndexView, getRootPath, getWebClientAssetService, index, list, restDelete, restGet, restPost, restPut |
class BaseController |
buildDeniedResponse, buildErrorResponse, buildOkResponse, error, parseBody |
Groovy Documentation