Uses of Class
org.springframework.extensions.webscripts.connector.HttpMethod

Packages that use HttpMethod
org.springframework.extensions.webscripts.connector   
 

Uses of HttpMethod in org.springframework.extensions.webscripts.connector
 

Methods in org.springframework.extensions.webscripts.connector that return HttpMethod
 HttpMethod ConnectorContext.getMethod()
          Gets the method.
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.
 

Methods in org.springframework.extensions.webscripts.connector with parameters of type HttpMethod
 void ConnectorContext.setMethod(HttpMethod method)
          Sets the method.
 void RemoteClient.setRequestMethod(HttpMethod method)
           
 

Constructors in org.springframework.extensions.webscripts.connector with parameters of type HttpMethod
ConnectorContext(HttpMethod method)
          Instantiates a new connector context.
ConnectorContext(HttpMethod method, Map<String,String> parameters, Map<String,String> headers)
          Instantiates a new connector context.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.