Spring Hateoas

Uses of Class
org.springframework.hateoas.TemplateVariables

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

Uses of TemplateVariables in org.springframework.hateoas
 

Fields in org.springframework.hateoas declared as TemplateVariables
static TemplateVariables TemplateVariables.NONE
           
 

Methods in org.springframework.hateoas that return TemplateVariables
 TemplateVariables TemplateVariables.concat(Collection<TemplateVariable> variables)
          Concatenates the given TemplateVariables to the current one.
 TemplateVariables TemplateVariables.concat(TemplateVariable... variables)
          Concatenates the given TemplateVariables to the current one.
 TemplateVariables TemplateVariables.concat(TemplateVariables variables)
          Concatenates the given TemplateVariables to the current one.
 

Methods in org.springframework.hateoas with parameters of type TemplateVariables
 TemplateVariables TemplateVariables.concat(TemplateVariables variables)
          Concatenates the given TemplateVariables to the current one.
 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 TemplateVariables
UriTemplate(String baseUri, TemplateVariables variables)
          Creates a new UriTemplate from the given base URI and TemplateVariables.
 


Spring Hateoas

Copyright © 2012-2014–2014 Pivotal, Inc.. All rights reserved.