| Package | Description |
|---|---|
| net.sf.jstuff.integration.rest |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestMethod |
RestResourceAction.getHttpRequestMethod() |
static HttpRequestMethod |
HttpRequestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpRequestMethod[] |
HttpRequestMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RestResourceAction |
RestResourceActionRegistry.getResourceAction(HttpRequestMethod requestMethod,
String requestParameters) |
RestResourceAction |
RestResourceActionRegistry.registerResourceAction(String resourceId,
HttpRequestMethod reqMethod,
Method serviceMethod,
Object serviceImpl) |
| Constructor and Description |
|---|
RestResourceAction(String resource,
HttpRequestMethod httpRequestMethod,
Method serviceMethod,
String[] parameterNames) |
RestResourceAction(String resourceName,
HttpRequestMethod httpRequestMethod,
Method serviceMethod,
String[] parameterNames,
RestResourceAction fallbackFor) |
Copyright © 2010–2021 Vegard IT GmbH, Germany. All rights reserved.