org.springframework.web.util
Interface UriComponents.UriTemplateVariables

All Known Implementing Classes:
UriComponents.MapTemplateVariables, UriComponents.VarArgsTemplateVariables
Enclosing class:
UriComponents

private static interface UriComponents.UriTemplateVariables

Defines the contract for URI Template variables

See Also:
UriComponents.expand(java.util.Map)

Method Summary
 java.lang.Object getValue(java.lang.String name)
           
 

Method Detail

getValue

java.lang.Object getValue(java.lang.String name)