Skip navigation links
A C D F G H I J M O P R S 

A

abort() - Method in class org.dominokit.domino.rest.gwt.JsRestfulRequest
addDynamicServiceRoot(DynamicServiceRoot) - Method in class org.dominokit.domino.rest.DominoRestConfig
addEvent(Event.Type<EventProcessor>) - Method in class org.dominokit.domino.rest.gwt.DominoSimpleEventsBus
Adds event type to handle
addQueryParam(String, String) - Method in class org.dominokit.domino.rest.gwt.JsRestfulRequest
addRequestInterceptor(RequestInterceptor) - Method in class org.dominokit.domino.rest.DominoRestConfig
addResponseInterceptor(ResponseInterceptor) - Method in class org.dominokit.domino.rest.DominoRestConfig
APPLICATION_PDF - Static variable in class org.dominokit.domino.rest.gwt.JsRestfulRequest
 
asyncRunner() - Method in class org.dominokit.domino.rest.DominoRestConfig

C

CONTENT_TYPE - Static variable in class org.dominokit.domino.rest.gwt.JsRestfulRequest
 

D

DefaultServiceRoot - Class in org.dominokit.domino.rest.gwt
This is the default service root which reads it from the browser location
DefaultServiceRoot() - Constructor for class org.dominokit.domino.rest.gwt.DefaultServiceRoot
 
delete(String) - Method in class org.dominokit.domino.rest.JsRestfulRequestFactory
dispatch(EventProcessor) - Method in class org.dominokit.domino.rest.gwt.ServerFailedRequestEvent
dispatch(EventProcessor) - Method in class org.dominokit.domino.rest.gwt.ServerSuccessRequestEvent
DominoRestConfig - Class in org.dominokit.domino.rest
Default RestConfig implementation for client side
DominoRestConfig() - Constructor for class org.dominokit.domino.rest.DominoRestConfig
 
DominoSimpleEventsBus - Class in org.dominokit.domino.rest.gwt
Event bus implementation that uses GWT EventBus
DominoSimpleEventsBus(EventProcessor) - Constructor for class org.dominokit.domino.rest.gwt.DominoSimpleEventsBus
 

F

fire() - Method in class org.dominokit.domino.rest.gwt.ServerFailedRequestEvent
fire() - Method in class org.dominokit.domino.rest.gwt.ServerSuccessRequestEvent

G

get() - Static method in class org.dominokit.domino.rest.gwt.DefaultServiceRoot
 
get(String) - Method in class org.dominokit.domino.rest.JsRestfulRequestFactory
getAssociatedType() - Method in class org.dominokit.domino.rest.gwt.ServerFailedRequestGwtEvent
getAssociatedType() - Method in class org.dominokit.domino.rest.gwt.ServerSuccessRequestGwtEvent
 
getBodyAsString() - Method in class org.dominokit.domino.rest.gwt.JsResponse
getDateParamFormatter() - Method in class org.dominokit.domino.rest.DominoRestConfig
getDefaultFailHandler() - Method in class org.dominokit.domino.rest.DominoRestConfig
getDefaultJsonDateFormat() - Method in class org.dominokit.domino.rest.DominoRestConfig
getDefaultResourceRootPath() - Method in class org.dominokit.domino.rest.DominoRestConfig
getDefaultServiceRoot() - Method in class org.dominokit.domino.rest.DominoRestConfig
getHeader(String) - Method in class org.dominokit.domino.rest.gwt.JsResponse
getHeaders() - Method in class org.dominokit.domino.rest.gwt.JsResponse
getHeaders() - Method in class org.dominokit.domino.rest.gwt.JsRestfulRequest
getInstance() - Static method in class org.dominokit.domino.rest.DominoRestConfig
 
getRequestInterceptors() - Method in class org.dominokit.domino.rest.DominoRestConfig
getResponseArrayBuffer() - Method in class org.dominokit.domino.rest.gwt.JsResponse
Reads the response content as ArrayBuffer, this is useful when setting the response type to arraybuffer
getResponseInterceptors() - Method in class org.dominokit.domino.rest.DominoRestConfig
getServerRouter() - Method in class org.dominokit.domino.rest.DominoRestConfig
getServiceRoots() - Method in class org.dominokit.domino.rest.DominoRestConfig
getStatusCode() - Method in class org.dominokit.domino.rest.gwt.JsResponse
getStatusText() - Method in class org.dominokit.domino.rest.gwt.JsResponse

H

head(String) - Method in class org.dominokit.domino.rest.JsRestfulRequestFactory

I

initDefaults() - Static method in class org.dominokit.domino.rest.DominoRestConfig
Gets and initialize the instance with the default configurations
INSTANCE - Static variable in class org.dominokit.domino.rest.gwt.DominoSimpleEventsBus
 

J

JsResponse - Class in org.dominokit.domino.rest.gwt
JS implementation for the Response
JsRestfulRequest - Class in org.dominokit.domino.rest.gwt
JS implementation for RestfulRequest that uses XMLHttpRequest
JsRestfulRequest(String, String) - Constructor for class org.dominokit.domino.rest.gwt.JsRestfulRequest
 
JsRestfulRequestFactory - Class in org.dominokit.domino.rest
JS implementation for RestfulRequestFactory
JsRestfulRequestFactory() - Constructor for class org.dominokit.domino.rest.JsRestfulRequestFactory
 

M

makeFailed(ServerRequest, FailedResponseBean) - Method in class org.dominokit.domino.rest.gwt.ServerEventFactory
makeSuccess(ServerRequest, T) - Method in class org.dominokit.domino.rest.gwt.ServerEventFactory

O

options(String) - Method in class org.dominokit.domino.rest.JsRestfulRequestFactory
org.dominokit.domino.rest - package org.dominokit.domino.rest
 
org.dominokit.domino.rest.gwt - package org.dominokit.domino.rest.gwt
 

P

paramsAsString() - Method in class org.dominokit.domino.rest.gwt.JsRestfulRequest
patch(String) - Method in class org.dominokit.domino.rest.JsRestfulRequestFactory
post(String) - Method in class org.dominokit.domino.rest.JsRestfulRequestFactory
process() - Method in class org.dominokit.domino.rest.gwt.ServerFailedRequestEvent
process() - Method in class org.dominokit.domino.rest.gwt.ServerSuccessRequestEvent
publishEvent(EventsBus.RequestEvent<Event<EventProcessor>>) - Method in class org.dominokit.domino.rest.gwt.DominoSimpleEventsBus
put(String) - Method in class org.dominokit.domino.rest.JsRestfulRequestFactory
putHeader(String, String) - Method in class org.dominokit.domino.rest.gwt.JsRestfulRequest
putHeaders(Map<String, String>) - Method in class org.dominokit.domino.rest.gwt.JsRestfulRequest
putParameters(Map<String, String>) - Method in class org.dominokit.domino.rest.gwt.JsRestfulRequest

R

removeRequestInterceptor(RequestInterceptor) - Method in class org.dominokit.domino.rest.DominoRestConfig
removeResponseInterceptor(ResponseInterceptor) - Method in class org.dominokit.domino.rest.DominoRestConfig
request - Variable in class org.dominokit.domino.rest.gwt.ServerFailedRequestEvent
 
request - Variable in class org.dominokit.domino.rest.gwt.ServerSuccessRequestEvent
 
request(String, String) - Method in class org.dominokit.domino.rest.JsRestfulRequestFactory

S

send(String) - Method in class org.dominokit.domino.rest.gwt.JsRestfulRequest
send() - Method in class org.dominokit.domino.rest.gwt.JsRestfulRequest
sendForm(Map<String, String>) - Method in class org.dominokit.domino.rest.gwt.JsRestfulRequest
sendJson(String) - Method in class org.dominokit.domino.rest.gwt.JsRestfulRequest
SERVER_FAILED_REQUEST_EVENT_TYPE - Static variable in class org.dominokit.domino.rest.gwt.ServerFailedRequestGwtEvent
 
ServerEventFactory - Class in org.dominokit.domino.rest.gwt
JS implementation for creating Event
ServerEventFactory() - Constructor for class org.dominokit.domino.rest.gwt.ServerEventFactory
 
ServerFailedRequestEvent - Class in org.dominokit.domino.rest.gwt
JS failed event implementation, this event sets the state of the request to received with error
ServerFailedRequestGwtEvent - Class in org.dominokit.domino.rest.gwt
An EventBus failed event
ServerFailedRequestGwtEvent() - Constructor for class org.dominokit.domino.rest.gwt.ServerFailedRequestGwtEvent
 
ServerSuccessRequestEvent<T> - Class in org.dominokit.domino.rest.gwt
JS success event implementation, this event sets the state of the request to received with success status
ServerSuccessRequestEvent(ServerRequest, T) - Constructor for class org.dominokit.domino.rest.gwt.ServerSuccessRequestEvent
 
ServerSuccessRequestGwtEvent - Class in org.dominokit.domino.rest.gwt
An EventBus success event
ServerSuccessRequestGwtEvent() - Constructor for class org.dominokit.domino.rest.gwt.ServerSuccessRequestGwtEvent
 
setDateParamFormatter(RestConfig.DateParamFormatter) - Method in class org.dominokit.domino.rest.DominoRestConfig
setDefaultFailHandler(Fail) - Method in class org.dominokit.domino.rest.DominoRestConfig
setDefaultJsonDateFormat(String) - Method in class org.dominokit.domino.rest.DominoRestConfig
setDefaultResourceRootPath(String) - Method in class org.dominokit.domino.rest.DominoRestConfig
setDefaultServiceRoot(String) - Method in class org.dominokit.domino.rest.DominoRestConfig
setQueryParam(String, String) - Method in class org.dominokit.domino.rest.gwt.JsRestfulRequest
setResponseType(String) - Method in class org.dominokit.domino.rest.gwt.JsRestfulRequest
setWithCredentials(boolean) - Method in class org.dominokit.domino.rest.gwt.JsRestfulRequest
A C D F G H I J M O P R S 
Skip navigation links

Copyright © 2019–2021 Dominokit. All rights reserved.