org.springframework.web.util
Class UriComponents.MapTemplateVariables

java.lang.Object
  extended by org.springframework.web.util.UriComponents.MapTemplateVariables
All Implemented Interfaces:
UriComponents.UriTemplateVariables
Enclosing class:
UriComponents

private static class UriComponents.MapTemplateVariables
extends java.lang.Object
implements UriComponents.UriTemplateVariables

URI template variables backed by a map.


Field Summary
private  java.util.Map<java.lang.String,?> uriVariables
           
 
Constructor Summary
UriComponents.MapTemplateVariables(java.util.Map<java.lang.String,?> uriVariables)
           
 
Method Summary
 java.lang.Object getValue(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uriVariables

private final java.util.Map<java.lang.String,?> uriVariables
Constructor Detail

UriComponents.MapTemplateVariables

public UriComponents.MapTemplateVariables(java.util.Map<java.lang.String,?> uriVariables)
Method Detail

getValue

public java.lang.Object getValue(java.lang.String name)
Specified by:
getValue in interface UriComponents.UriTemplateVariables