类 UriComponents.VarArgsTemplateVariables
java.lang.Object
cn.taketoday.web.util.UriComponents.VarArgsTemplateVariables
- 所有已实现的接口:
UriComponents.UriTemplateVariables
- 封闭类:
- UriComponents
private static class UriComponents.VarArgsTemplateVariables
extends Object
implements UriComponents.UriTemplateVariables
URI template variables backed by a variable argument array.
-
字段概要
字段从接口继承的字段 cn.taketoday.web.util.UriComponents.UriTemplateVariables
SKIP_VALUE -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
valueIterator
-
-
构造器详细资料
-
VarArgsTemplateVariables
-
-
方法详细资料
-
getValue
从接口复制的说明:UriComponents.UriTemplateVariablesGet the value for the given URI variable name. If the value isnull, an empty String is expanded. If the value isUriComponents.UriTemplateVariables.SKIP_VALUE, the URI variable is not expanded.- 指定者:
getValue在接口中UriComponents.UriTemplateVariables- 参数:
name- the variable name- 返回:
- the variable value, possibly
nullorUriComponents.UriTemplateVariables.SKIP_VALUE
-