Package | Description |
---|---|
com.gwtplatform.dispatch.rest.client | |
com.gwtplatform.dispatch.rest.client.gin | |
com.gwtplatform.dispatch.rest.shared |
Modifier and Type | Method and Description |
---|---|
HttpMethod |
AbstractRestAction.getHttpMethod() |
Constructor and Description |
---|
AbstractRestAction(HttpMethod httpMethod,
String rawServicePath,
String defaultDateFormat) |
Modifier and Type | Method and Description |
---|---|
Multimap<HttpMethod,RestParameter> |
RestDispatchAsyncModuleBuilder.getGlobalHeaderParams() |
Multimap<HttpMethod,RestParameter> |
RestDispatchAsyncModuleBuilder.getGlobalQueryParams() |
Modifier and Type | Method and Description |
---|---|
RestParameterBuilder |
RestParameterBuilder.toHttpMethods(HttpMethod httpMethod,
HttpMethod... otherHttpMethods)
Define with which
HttpMethod the parameter will be added. |
RestParameterBuilder |
RestParameterBuilder.toHttpMethods(HttpMethod httpMethod,
HttpMethod... otherHttpMethods)
Define with which
HttpMethod the parameter will be added. |
Modifier and Type | Method and Description |
---|---|
HttpMethod |
RestAction.getHttpMethod() |
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010-2014 ArcBees. All Rights Reserved.