您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
索引
帮助
概要:
字段 |
可选
|
必需
详细资料:
字段 |
元素
SEARCH:
程序包
com.dtflys.forest.annotation
注释类型 BindingVar
@Documented
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
BindingVar
Forest 全局变量绑定标签
从以下版本开始:
1.5.2
作者:
gongjun[dt_flys@hotmail.com]
必需元素概要
所需元素
修饰符和类型
必需的元素
说明
String
value
绑定的变量名
可选元素概要
可选元素
修饰符和类型
可选元素
说明
String
configuration
所绑定的 ForestConfiguration Bean Id
元素详细资料
value
String
value
绑定的变量名
返回:
绑定的变量名
configuration
String
configuration
所绑定的 ForestConfiguration Bean Id
返回:
所绑定的 ForestConfiguration Bean Id
默认值:
""