Uses of Class
org.modeshape.web.jcr.rest.client.json.IJsonConstants.RequestMethod

Packages that use IJsonConstants.RequestMethod
org.modeshape.web.jcr.rest.client.http The ModeShape REST Client abstraction of a HTTP client connection. 
org.modeshape.web.jcr.rest.client.json The ModeShape REST Client JSON package defines an implementation of an ModeShape REST client
 

Uses of IJsonConstants.RequestMethod in org.modeshape.web.jcr.rest.client.http
 

Constructors in org.modeshape.web.jcr.rest.client.http with parameters of type IJsonConstants.RequestMethod
HttpClientConnection(Server server, URL url, IJsonConstants.RequestMethod method)
           
 

Uses of IJsonConstants.RequestMethod in org.modeshape.web.jcr.rest.client.json
 

Methods in org.modeshape.web.jcr.rest.client.json that return IJsonConstants.RequestMethod
static IJsonConstants.RequestMethod IJsonConstants.RequestMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IJsonConstants.RequestMethod[] IJsonConstants.RequestMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.