JavaServer Faces2.32.2
This feature enables support for web applications that use the Java Server Faces (JSF) 2.3 framework. This framework simplifies the construction of user interfaces.
Enabling this feature
To enable the JavaServer Faces 2.3 feature, add the following element declaration into your server.xml
file, inside the featureManager
element:
<feature>jsf-2.3</feature>
Standard API packages provided by this feature
-
javax.faces
-
javax.faces.annotation
-
javax.faces.application
-
javax.faces.bean
-
javax.faces.component
-
javax.faces.component.behavior
-
javax.faces.component.html
-
javax.faces.component.search
-
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.push
-
javax.faces.render
-
javax.faces.validator
-
javax.faces.view
-
javax.faces.view.facelets
-
javax.faces.webapp
Third-party API packages provided by this feature
-
org.apache.myfaces.renderkit.html
-
org.apache.myfaces.shared.config
-
org.apache.myfaces.shared.renderkit
-
org.apache.myfaces.shared.renderkit.html
-
org.apache.myfaces.shared.renderkit.html.util