org.springframework.web.util
Class UriComponents.VarArgsTemplateVariables

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

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

URI template variables backed by a variable argument array.


Field Summary
private  java.util.Iterator<java.lang.Object> valueIterator
           
 
Constructor Summary
UriComponents.VarArgsTemplateVariables(java.lang.Object... uriVariableValues)
           
 
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

valueIterator

private final java.util.Iterator<java.lang.Object> valueIterator
Constructor Detail

UriComponents.VarArgsTemplateVariables

public UriComponents.VarArgsTemplateVariables(java.lang.Object... uriVariableValues)
Method Detail

getValue

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