|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpExtension.Method | |
|---|---|
| org.gcube.smartgears.extensions | |
| org.gcube.smartgears.extensions.resource | |
| Uses of HttpExtension.Method in org.gcube.smartgears.extensions |
|---|
| Methods in org.gcube.smartgears.extensions that return HttpExtension.Method | |
|---|---|
static HttpExtension.Method |
HttpExtension.Method.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HttpExtension.Method[] |
HttpExtension.Method.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.gcube.smartgears.extensions that return types with arguments of type HttpExtension.Method | |
|---|---|
Set<HttpExtension.Method> |
ApiSignature.methods()
|
Map<HttpExtension.Method,Set<String>> |
ApiSignature.requestTypes()
|
Map<HttpExtension.Method,Set<String>> |
ApiSignature.responseTypes()
|
| Methods in org.gcube.smartgears.extensions with parameters of type HttpExtension.Method | |
|---|---|
boolean |
ApiResource.accepts(HttpExtension.Method method,
String type)
Returns true if this resource accepts a given media type for a given method. |
static ApiMethodSignature |
ApiResource.method(HttpExtension.Method method)
Returns an ApiMethodSignature that declares the media types handled by an ApiResource for a given method. |
boolean |
ApiResource.produces(HttpExtension.Method method,
String type)
Returns true if this resource produces a given media type for a given method. |
boolean |
ApiResource.supports(HttpExtension.Method method)
Returns true if this resource supports a given method. |
| Constructors in org.gcube.smartgears.extensions with parameters of type HttpExtension.Method | |
|---|---|
ApiMethodSignature(HttpExtension.Method method)
|
|
| Uses of HttpExtension.Method in org.gcube.smartgears.extensions.resource |
|---|
| Methods in org.gcube.smartgears.extensions.resource with parameters of type HttpExtension.Method | |
|---|---|
boolean |
ScopesResource.supports(HttpExtension.Method method)
|
boolean |
LifecycleResource.supports(HttpExtension.Method method)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||