JavaServer Faces 2.2
這個特性會啟用對於使用 Java Server Faces (JSF) 2.2 架構之 Web 應用程式的支援。這個架構簡化了使用者介面的建構。
啟用此特性
如果要啟用 JavaServer Faces 2.2 特性,請在您 server.xml 檔中的 featureManager 元素內,新增下列元素宣告:
<feature>jsf-2.2</feature>
支援的 Java 版本
開發相依於這項特性的特性
如果您正在開發的特性相依於 JavaServer Faces 2.2 特性,請在您新特性的特性資訊清單檔中,將下列項目包含在 Subsystem-Content 標頭內:
com.ibm.websphere.appserver.jsf-2.2; type="osgi.subsystem.feature"
這項特性啟用的特性
啟用這項特性的特性
這項特性所提供的標準 API 套件
- javax.faces
- javax.faces.application
- javax.faces.bean
- javax.faces.component
- javax.faces.component.behavior
- javax.faces.component.html
- javax.faces.component.visit
- javax.faces.context
- javax.faces.convert
- javax.faces.el
- javax.faces.event
- javax.faces.flow
- javax.faces.flow.builder
- javax.faces.lifecycle
- javax.faces.model
- javax.faces.render
- javax.faces.validator
- javax.faces.view
- javax.faces.view.facelets
- javax.faces.webapp