Uses of Class
org.apache.isis.viewer.restfulobjects.applib.HttpMethod

Packages that use HttpMethod
org.apache.isis.viewer.restfulobjects.applib   
org.apache.isis.viewer.restfulobjects.applib.links   
 

Uses of HttpMethod in org.apache.isis.viewer.restfulobjects.applib
 

Methods in org.apache.isis.viewer.restfulobjects.applib 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.
 

Methods in org.apache.isis.viewer.restfulobjects.applib with parameters of type HttpMethod
 RestfulRequest RestfulClient.createRequest(HttpMethod httpMethod, String uriTemplate)
           
 ClientRequestConfigurer ClientRequestConfigurer.setHttpMethod(HttpMethod httpMethod)
          Prerequisite to ClientRequestConfigurer.configureArgs(JsonRepresentation) or ClientRequestConfigurer.configureArgs(Map).
 

Uses of HttpMethod in org.apache.isis.viewer.restfulobjects.applib.links
 

Methods in org.apache.isis.viewer.restfulobjects.applib.links that return HttpMethod
 HttpMethod LinkRepresentation.getHttpMethod()
           
 

Methods in org.apache.isis.viewer.restfulobjects.applib.links with parameters of type HttpMethod
 LinkRepresentation LinkRepresentation.withMethod(HttpMethod httpMethod)
           
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.