What is the difference between JSF Custom Components and Facelets Composite Components?
What is the difference between Custom Components and Composite Components?
Asked Answered
JSF custom components are Java classes which extend UIComponent
. Facelets composite components are XHTML files which use http://java.sun.com/jsf/composite
namespace.
See also:
© 2022 - 2024 — McMap. All rights reserved.