Although the JSR 329 standard does not define any JSF components that bridge implementations are required to provide, Liferay Faces Bridge comes with a handful of components that are helpful to use in JSF portlets. To learn more about Liferay Faces Bridge, visit the Understanding Liferay Faces Bridge tutorial.
For listings, demos, and code examples of Liferay Faces Bridge components, check out the Liferay Faces Showcase.
The Liferay Faces Bridge project home page can be found at http://www.liferay.com/community/liferay-projects/liferay-faces/bridge.
Because Liferay Faces has several active versions (targeting different versions of JSF, Liferay Portal, etc.), there are several versions of the project View Declaration Language (VDL) documentation for these tags:
Liferay Faces 4.2: http://www.liferayfaces.org/doc/faces/4.2/vdldoc/alloy/tld-summary.html
Liferay Faces 3.2: http://www.liferayfaces.org/doc/faces/3.2/vdldoc/alloy/tld-summary.html
Liferay Faces 3.1: http://docs.liferay.com/faces/3.1/vdldoc/
Liferay Faces 3.0: http://docs.liferay.com/faces/3.0/vdldoc/
Liferay Faces 3.0-legacy: http://docs.liferay.com/faces/3.0-legacy/vdldoc/
Liferay Faces Bridge provides UI component tags under the bridge
and portlet
namespaces for the Bridge and Portlet 2.0 tags, respectively. In the following
tutorials, you’ll explore several of these tags and learn about how they work
inside a JSF portlet.