Uses of Class
org.springframework.extensions.webscripts.connector.HttpMethod
-
Packages that use HttpMethod Package Description org.springframework.extensions.webscripts.connector org.springframework.extensions.webscripts.servlet -
-
Uses of HttpMethod in org.springframework.extensions.webscripts.connector
Methods in org.springframework.extensions.webscripts.connector that return HttpMethod Modifier and Type Method Description HttpMethodConnectorContext. getMethod()Gets the method.HttpMethodRemoteClient. getRequestMethod()static HttpMethodHttpMethod. valueOf(java.lang.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.Methods in org.springframework.extensions.webscripts.connector with parameters of type HttpMethod Modifier and Type Method Description voidConnectorContext. setMethod(HttpMethod method)Sets the method.voidRemoteClient. setRequestMethod(HttpMethod method)Constructors in org.springframework.extensions.webscripts.connector with parameters of type HttpMethod Constructor Description ConnectorContext(HttpMethod method)Instantiates a new connector context.ConnectorContext(HttpMethod method, java.util.Map<java.lang.String,java.lang.String> parameters, java.util.Map<java.lang.String,java.lang.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 HttpMethod Modifier and Type Method Description java.util.List<HttpMethod>WebScriptServletRuntime. getSupportedMethods()Helper to get the List of supported methods for web script.
-