Spring Hateoas

Uses of Class
org.springframework.hateoas.UriTemplate

Packages that use UriTemplate
org.springframework.hateoas Value objects to ease creating Links and link driven representations for REST webservices. 
org.springframework.hateoas.hal   
 

Uses of UriTemplate in org.springframework.hateoas
 

Methods in org.springframework.hateoas that return UriTemplate
 UriTemplate UriTemplate.with(TemplateVariables variables)
          Creates a new UriTemplate with the current TemplateVariables augmented with the given ones.
 

Constructors in org.springframework.hateoas with parameters of type UriTemplate
Link(UriTemplate template, String rel)
          Creates a new Link from the given UriTemplate and rel.
 

Uses of UriTemplate in org.springframework.hateoas.hal
 

Constructors in org.springframework.hateoas.hal with parameters of type UriTemplate
DefaultCurieProvider(String name, UriTemplate uriTemplate)
          Creates a new DefaultCurieProvider for the given name and UriTemplate.
 


Spring Hateoas

Copyright © 2012-2014-2014 Pivotal, Inc.. All Rights Reserved.