@groovy.util.logging.Slf4j @io.micronaut.security.annotation.Secured(value: MANAGER) @io.micronaut.http.annotation.Controller(value: /sampleParent) class SampleParentController extends BaseCrudController2
Handles the controller actions for the SampleParent objects. Includes CRUD actions on the user.
Not shipped with the framework.
| Fields inherited from class | Fields |
|---|---|
class BaseController |
lastErrorMessage |
| Type | Name and description |
|---|---|
private static java.lang.Object |
domainClass |
private java.lang.String |
indexViewThe location of the index page. |
private java.lang.Object |
taskMenuItemsDefines the entry(s) in the main Task Menu. |
| Constructor and description |
|---|
SampleParentController
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
HttpResponse<SampleParent> |
get() |
| 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