Ctrl+D键收藏本站 防止丢失
🔥极悦(赢咖7)🔥
🔥极悦(赢咖7)🔥
🔥耀世(赢咖6)🔥
盛煌(赢咖5)
世纪(赢咖3)
万泰(赢咖2)
更多平台系列
Id (Tapestry API - 5.7.2)
JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Tapestry API - 5.7.2
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
Package
org.apache.tapestry5.annotations
Annotation Type Id
() ()
@UseWith
({
COMPONENT
,
MIXIN
,
PAGE
,
SERVICE
}) public @interface
Id
Optional annotation, used with
Inject
, which exists to provide the id of an object when it can not be determined by other means (such as from the field name). Currently, this is used when injecting a
Block
.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
value
The id.
Element Detail
value
value
The id.