What is the difference between Custom Components and Composite Components?

牧云@^-^@ 提交于 2019-12-19 10:35:10

问题


What is the difference between JSF Custom Components and Facelets Composite Components?


回答1:


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:

  • When to use <ui:include>, tag files, composite components and/or custom components?


来源:https://stackoverflow.com/questions/5704620/what-is-the-difference-between-custom-components-and-composite-components

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!