JSF 基本標簽

2020-07-20 10:08 更新

JSF教程 - JSF基本標簽


JSF提供了一個標準的HTML標簽庫,它們被渲染成相應的html輸出。

為了使用這些標簽,我們需要在html節(jié)點中使用以下URI的命名空間。

<html 
   xmlns="http://www.w3.org/1999/xhtml" 
   xmlns:h="http://java.sun.com/jsf/html" 
>

JSF基本標簽

以下是JSF 2.0中的重要基本標簽。

標簽描述
h:inputTexttype =“text"的HTML輸入,文本框。
h:inputSecrettype =“password"的HTML輸入,文本框。
h:inputTextareaHTML textarea字段。
h:inputHiddentype =“hidden”的HTML輸入。
h:selectBooleanCheckbox單個HTML復選框
h:selectManyCheckbox一組HTML復選框
h:selectOneRadio單個HTML單選按鈕。
h:selectOneListbox單個HTML列表框。
h:selectManyListbox多個HTML列表框。
h:selectOneMenuHTML組合框。
h:outputTextHTML文本。
h:outputFormatHTML文本。
h:graphicImageHTML圖像。
h:outputStylesheetHTML CSS樣式表。
h:outputScriptHTML腳本輸出。
h:commandButtontype =“submit"按鈕的HTML輸入。
h:LinkHTML錨點。
h:commandLinkHTML錨點。
h:outputLinkHTML錨點。
h:panelGridHTML表格形式的網(wǎng)格。
h:messageJSF消息
h:messages許多JSF消息。
f:paramJSF UI組件的參數(shù)。
f:attributeJSF UI組件的屬性。
f:setPropertyActionListener設置受管Bean的屬性的值。


以上內容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號