Index

B C D E G H I L M N P S U 
All Classes and Interfaces|All Packages|Serialized Form

B

buildResponse(HttpStatus, String) - Method in class info.ejava.examples.svc.httpapi.gestures.controllers.ExceptionAdvice
 

C

ClientErrorException - Exception in info.ejava.examples.svc.httpapi.gestures.svc
 
ClientErrorException(String, Object...) - Constructor for exception info.ejava.examples.svc.httpapi.gestures.svc.ClientErrorException
 
ClientErrorException(Throwable) - Constructor for exception info.ejava.examples.svc.httpapi.gestures.svc.ClientErrorException
 
ClientErrorException(Throwable, String, Object...) - Constructor for exception info.ejava.examples.svc.httpapi.gestures.svc.ClientErrorException
 
ClientErrorException.InvalidInputException - Exception in info.ejava.examples.svc.httpapi.gestures.svc
 
ClientErrorException.NotFoundException - Exception in info.ejava.examples.svc.httpapi.gestures.svc
 
created - Variable in class info.ejava.examples.svc.httpapi.gestures.svc.GesturesService.UpsertResult
 

D

deleteAllGestures() - Method in class info.ejava.examples.svc.httpapi.gestures.controllers.GesturesController
 
deleteAllGestures() - Method in interface info.ejava.examples.svc.httpapi.gestures.svc.GesturesService
 
deleteAllGestures() - Method in class info.ejava.examples.svc.httpapi.gestures.svc.GesturesServiceImpl
 
deleteGesture(String) - Method in class info.ejava.examples.svc.httpapi.gestures.controllers.GesturesController
 
deleteGesture(String) - Method in interface info.ejava.examples.svc.httpapi.gestures.svc.GesturesService
 
deleteGesture(String) - Method in class info.ejava.examples.svc.httpapi.gestures.svc.GesturesServiceImpl
 

E

ExceptionAdvice - Class in info.ejava.examples.svc.httpapi.gestures.controllers
This class provide custom error handling for exceptions thrown by the controller.
ExceptionAdvice() - Constructor for class info.ejava.examples.svc.httpapi.gestures.controllers.ExceptionAdvice
 

G

gestures - Variable in class info.ejava.examples.svc.httpapi.gestures.controllers.GesturesController
 
gestures - Variable in class info.ejava.examples.svc.httpapi.gestures.svc.GesturesServiceImpl
 
GesturesApplication - Class in info.ejava.examples.svc.httpapi
 
GesturesApplication() - Constructor for class info.ejava.examples.svc.httpapi.GesturesApplication
 
GesturesController - Class in info.ejava.examples.svc.httpapi.gestures.controllers
The following is an example of using the HTTP constructs, Resources, and Methods consistent with the HTTP-based/REST-like category of service discussed in the lectures.
GesturesController() - Constructor for class info.ejava.examples.svc.httpapi.gestures.controllers.GesturesController
 
GesturesService - Interface in info.ejava.examples.svc.httpapi.gestures.svc
 
GesturesService.UpsertResult - Class in info.ejava.examples.svc.httpapi.gestures.svc
 
GesturesServiceImpl - Class in info.ejava.examples.svc.httpapi.gestures.svc
 
GesturesServiceImpl() - Constructor for class info.ejava.examples.svc.httpapi.gestures.svc.GesturesServiceImpl
 
getGesture(String, String) - Method in class info.ejava.examples.svc.httpapi.gestures.controllers.GesturesController
 
getGesture(String, String) - Method in interface info.ejava.examples.svc.httpapi.gestures.svc.GesturesService
 
getGesture(String, String) - Method in class info.ejava.examples.svc.httpapi.gestures.svc.GesturesServiceImpl
 

H

handle(ClientErrorException.InvalidInputException) - Method in class info.ejava.examples.svc.httpapi.gestures.controllers.ExceptionAdvice
 
handle(ClientErrorException.NotFoundException) - Method in class info.ejava.examples.svc.httpapi.gestures.controllers.ExceptionAdvice
 
handle(ServerErrorException.InternalErrorException) - Method in class info.ejava.examples.svc.httpapi.gestures.controllers.ExceptionAdvice
 
handleRuntimeException(RuntimeException) - Method in class info.ejava.examples.svc.httpapi.gestures.controllers.ExceptionAdvice
 

I

info.ejava.examples.svc.httpapi - package info.ejava.examples.svc.httpapi
 
info.ejava.examples.svc.httpapi.gestures.controllers - package info.ejava.examples.svc.httpapi.gestures.controllers
 
info.ejava.examples.svc.httpapi.gestures.svc - package info.ejava.examples.svc.httpapi.gestures.svc
 
InternalErrorException(String, Object...) - Constructor for exception info.ejava.examples.svc.httpapi.gestures.svc.ServerErrorException.InternalErrorException
 
InternalErrorException(Throwable, String, Object...) - Constructor for exception info.ejava.examples.svc.httpapi.gestures.svc.ServerErrorException.InternalErrorException
 
InvalidInputException(String, Object...) - Constructor for exception info.ejava.examples.svc.httpapi.gestures.svc.ClientErrorException.InvalidInputException
 
InvalidInputException(Throwable, String, Object...) - Constructor for exception info.ejava.examples.svc.httpapi.gestures.svc.ClientErrorException.InvalidInputException
 

L

logFilter() - Method in class info.ejava.examples.svc.httpapi.GesturesApplication
Implements server-side logging

M

main(String...) - Static method in class info.ejava.examples.svc.httpapi.GesturesApplication
 

N

NotFoundException(String, Object...) - Constructor for exception info.ejava.examples.svc.httpapi.gestures.svc.ClientErrorException.NotFoundException
 
NotFoundException(Throwable, String, Object...) - Constructor for exception info.ejava.examples.svc.httpapi.gestures.svc.ClientErrorException.NotFoundException
 

P

previousValue - Variable in class info.ejava.examples.svc.httpapi.gestures.svc.GesturesService.UpsertResult
 

S

ServerErrorException - Exception in info.ejava.examples.svc.httpapi.gestures.svc
 
ServerErrorException(String, Object...) - Constructor for exception info.ejava.examples.svc.httpapi.gestures.svc.ServerErrorException
 
ServerErrorException(Throwable) - Constructor for exception info.ejava.examples.svc.httpapi.gestures.svc.ServerErrorException
 
ServerErrorException(Throwable, String, Object...) - Constructor for exception info.ejava.examples.svc.httpapi.gestures.svc.ServerErrorException
 
ServerErrorException.InternalErrorException - Exception in info.ejava.examples.svc.httpapi.gestures.svc
 

U

upsertGesture(String, String) - Method in class info.ejava.examples.svc.httpapi.gestures.controllers.GesturesController
 
upsertGesture(String, String) - Method in interface info.ejava.examples.svc.httpapi.gestures.svc.GesturesService
 
upsertGesture(String, String) - Method in class info.ejava.examples.svc.httpapi.gestures.svc.GesturesServiceImpl
 
UpsertResult() - Constructor for class info.ejava.examples.svc.httpapi.gestures.svc.GesturesService.UpsertResult
 
B C D E G H I L M N P S U 
All Classes and Interfaces|All Packages|Serialized Form