| Package | Description |
|---|---|
| org.springframework.extensions.webscripts.connector | |
| org.springframework.extensions.webscripts.servlet |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
ConnectorContext.getMethod()
Gets the method.
|
HttpMethod |
RemoteClient.getRequestMethod() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorContext.setMethod(HttpMethod method)
Sets the method.
|
void |
RemoteClient.setRequestMethod(HttpMethod method) |
| Constructor and Description |
|---|
ConnectorContext(HttpMethod method)
Instantiates a new connector context.
|
ConnectorContext(HttpMethod method,
Map<String,String> parameters,
Map<String,String> headers)
Instantiates a new connector context.
|
| Modifier and Type | Method and Description |
|---|---|
List<HttpMethod> |
WebScriptServletRuntime.getSupportedMethods()
Helper to get the List of supported methods for web script.
|
Copyright © 2005–2019 Alfresco Software. All rights reserved.