Uses of Class
com.tinkerpop.rexster.extension.HttpMethod

Packages that use HttpMethod
com.tinkerpop.rexster   
com.tinkerpop.rexster.extension   
 

Uses of HttpMethod in com.tinkerpop.rexster
 

Methods in com.tinkerpop.rexster with parameters of type HttpMethod
protected static ExtensionMethod AbstractSubResource.findExtensionMethod(List<RexsterExtension> rexsterExtensions, ExtensionPoint extensionPoint, String extensionAction, HttpMethod httpMethodRequested)
          Find the method on the RexsterExtension implementation to call given the ExtensionPoint and the extension action to be executed.
 

Uses of HttpMethod in com.tinkerpop.rexster.extension
 

Methods in com.tinkerpop.rexster.extension that return HttpMethod
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.
 



Copyright © 2009-2012. All Rights Reserved.