| Package | Description |
|---|---|
| org.oncoblocks.centromere.web.controller |
| Modifier and Type | Class and Description |
|---|---|
class |
CrudApiController<T extends Model<ID>,ID extends Serializable>
Extension of
AbstractApiController that allows for
PUT, POST, and DELETE operations. |
class |
ReadOnlyApiController<T extends Model<ID>,ID extends Serializable>
Extension of
AbstractApiController that
throws a MethodNotAllowedException when
POST, PUT, or DELETE operations are attempted. |
Copyright © 2016. All rights reserved.