| Package | Description |
|---|---|
| controller | |
| controller.abstracts | |
| exceptions |
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionController.current() |
Session[] |
SessionController.get() |
Session |
SessionController.get(String id) |
Announcement |
AnnouncementController.get(String id) |
Session[] |
SessionController.post(String id,
String password) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractController.bodyPost(String path) |
protected com.google.gson.JsonElement |
AbstractController.jsonDelete(String path) |
protected com.google.gson.JsonElement |
AbstractController.jsonGet(String path) |
protected com.google.gson.JsonElement |
AbstractController.jsonPost(String path) |
protected com.google.gson.JsonElement |
AbstractController.jsonPut(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.