| Package | Description |
|---|---|
| io.katharsis.dispatcher.controller.collection | |
| io.katharsis.dispatcher.controller.resource | |
| io.katharsis.dispatcher.registry |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionGet |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldResourceGet |
class |
FieldResourcePost
Creates a new post in a similar manner as in
ResourcePost, but additionally adds a relation to a field. |
class |
RelationshipsResourceDelete |
class |
RelationshipsResourceGet |
class |
RelationshipsResourcePatch |
class |
RelationshipsResourcePost |
class |
RelationshipsResourceUpsert |
class |
ResourceDelete |
class |
ResourceGet |
class |
ResourcePatch |
class |
ResourcePost |
class |
ResourceUpsert |
| Modifier and Type | Method and Description |
|---|---|
BaseController |
ControllerRegistry.getController(JsonPath jsonPath,
String requestType)
Iterate over all registered controllers to get the first suitable one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ControllerRegistry.addController(BaseController controller)
Adds Katharsis controller to the registry.
|
| Constructor and Description |
|---|
ControllerRegistry(List<BaseController> baseControllers) |
Copyright © 2015. All Rights Reserved.