1

在哪里可以找到 JSF 2.0 中引入的所有标签的完整列表?是的,我可以打开 1.2 和 2.0 参考并一一比较标签,但也许有人以前做过?

我知道该列表包括:

h:body
h:button
h:head
h:link
h:outputScript
h:outputStylesheet

还有什么?

更新:除了上面提到的 JSF HTML 标记外,该列表还包括(根据JSF 2.0 Refcard):

核心标签:

f:ajax
f:event
f:validateBean
f:validateRequired
f:viewParam
f:metadata

Facelets标签:

ui:component
ui:composition
ui:debug
ui:decorate
ui:define
ui:fragment
ui:include
ui:insert
ui:param
ui:remove
ui:repeat
4

2 回答 2

6

我能找到的最好的是这篇 Andy Schwartz 的博客文章,但它并不是您正在寻找的——它是JSF 2.0中所有新特性的总结。有很多关于新标签的细节,但不是在一个单独的部分中,而是在整个文档中传播。

于 2009-12-23T15:26:37.647 回答
2

You can take a look at the JSF 2.0 Refcard. It is a very good source for JSF in general, and all the JSF 2.0 tags are marked.

The only downside is that you have to provide your email and get the refcard sent there, instead of just downloading it.

于 2009-12-23T18:00:07.810 回答