📜  JSF-Facelets标签

📅  最后修改于: 2020-10-23 06:45:08             🧑  作者: Mango


JSF提供了特殊的标签来为Web应用程序创建通用布局,称为facelets标签。这些标签提供了在一个地方管理多个页面的公共部分的灵活性。

对于这些标记,您需要在html节点中使用以下URI命名空间。

以下是JSF 2.0中重要的Facelets标记。

S.No Tag & Description
1 Templates

We’ll demonstrate how to use templates using the following tags

2 Parameters

We’ll demonstrate how to pass parameters to a template file using the following tag

3 Custom

We’ll demonstrate how to create custom tags

4 Remove

We’ll demonstrate capability to remove JSF code from generated HTML page