Uses of Enum Class
org.springframework.extensions.webscripts.connector.HttpMethod
Packages that use HttpMethod
Package
Description
-
Uses of HttpMethod in org.springframework.extensions.webscripts.connector
Methods in org.springframework.extensions.webscripts.connector that return HttpMethodModifier and TypeMethodDescriptionConnectorContext.getMethod()Gets the method.RemoteClient.getRequestMethod()static HttpMethodReturns the enum constant of this class with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.extensions.webscripts.connector with parameters of type HttpMethodModifier and TypeMethodDescriptionvoidConnectorContext.setMethod(HttpMethod method) Sets the method.voidRemoteClient.setRequestMethod(HttpMethod method) Constructors in org.springframework.extensions.webscripts.connector with parameters of type HttpMethodModifierConstructorDescriptionConnectorContext(HttpMethod method) Instantiates a new connector context.ConnectorContext(HttpMethod method, Map<String, String> parameters, Map<String, String> headers) Instantiates a new connector context. -
Uses of HttpMethod in org.springframework.extensions.webscripts.servlet
Methods in org.springframework.extensions.webscripts.servlet that return types with arguments of type HttpMethodModifier and TypeMethodDescriptionWebScriptServletRuntime.getSupportedMethods()Helper to get the List of supported methods for web script.