您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
索引
帮助
概要:
字段 |
可选
|
必需
详细资料:
字段 |
元素
SEARCH:
程序包
org.ifinalframework.web.annotation.bind
Annotation Interface RequestQuery
@Target
(
PARAMETER
)
@Retention
(
RUNTIME
)
public @interface
RequestQuery
RequestQuery.
从以下版本开始:
1.5.0
版本:
1.5.0
作者:
ilikly
可选元素概要
可选元素
修饰符和类型
可选元素
说明
Class
<? extends
IQuery
>
query
String
resource
Class
<?>
view
元素详细资料
query
Class
<? extends
IQuery
>
query
默认值:
org.ifinalframework.core.IQuery.class
resource
String
resource
默认值:
"resource"
view
Class
<?>
view
默认值:
org.ifinalframework.core.IView.class