| Package | Description |
|---|---|
| controller | |
| controller.abstracts | |
| exceptions |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Session |
SessionController.current() |
@NotNull Session[] |
SessionController.get() |
Session |
SessionController.get(@NotNull String id) |
@NotNull Announcement |
AnnouncementController.get(@NotNull String id) |
@NotNull Session[] |
SessionController.post(@NotNull String id,
@NotNull String password) |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull String |
AbstractController.bodyPost(@NotNull String path) |
protected com.google.gson.JsonElement |
AbstractController.jsonDelete(@NotNull String path) |
protected com.google.gson.JsonElement |
AbstractController.jsonGet(@NotNull String path) |
protected com.google.gson.JsonElement |
AbstractController.jsonPost(@NotNull String path) |
protected com.google.gson.JsonElement |
AbstractController.jsonPut(@NotNull String path) |
| Modifier and Type | Class and Description |
|---|---|
class |
BadRequestException
HTTP Code 400
|
class |
ForbiddenException
HTTP Code 403
|
class |
NotAcceptableException
HTTP CODE 406
|
class |
NotFoundException
HTTP Code 404
|
class |
NotImplementedException
HTTP Code 501
|
class |
UnauthorizedException
HTTP Code 401
|
Copyright © 2016. All rights reserved.