Liferay Faces Alloy is a .jar
file that you add as a dependency in your JSF
portlet project to leverage AlloyUI. Liferay Faces Alloy
provides a way to use AlloyUI in a typical JSF development fashion. It provides
a set of Facelet UIComponent
tags as part of its component suite.
For listings, demos, and code examples of Liferay Faces Alloy components, check out the Liferay Faces Showcase. To view a working example using Liferay Faces Alloy components, visit the Alloy Applicant Portlet.
The Liferay Faces Alloy project home page can be found at http://www.liferay.com/community/liferay-projects/liferay-faces/alloy.
Because Liferay Faces has several active versions (targeting different versions of JSF, Liferay Portal, etc.), there are several versions of the project’s 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/
Deprecated/Removed Tags
The following tags have been deprecated in the Liferay Faces Alloy 3.2.5-ga6 release and removed in the Liferay Faces Alloy 4.2.5-ga6 release:
Deprecated/Removed Alloy (aui or aui-cc ) Tag | Replacement alloy Tag |
---|---|
aui:button-row | alloy:buttonRow |
aui:col | alloy:column |
aui:convertLongList | No replacement available |
aui:field | alloy:field |
aui:fieldset | alloy:fieldset |
aui:form | alloy:form |
aui:importConstants | alloy:loadConstants |
aui:layout | alloy:panelGroup |
aui:list | alloy:dataList |
aui:list-item | alloy:dataItem |
aui:row | alloy:row |
aui:script | alloy:outputScript |
aui:text-box-list | No replacement available |
aui:text-box-list-item | No replacement available |
aui-cc:appendToCssClasses() | No replacement available |
aui-cc:button | alloy:commandButton |
aui-cc:input | alloy:inputSecret , alloy:inputText , alloy:inputTextarea , or alloy:selectBooleanCheckbox |
aui-cc:message | alloy:message |
aui-cc:messages | alloy:messages |
Related Topics
Liferay Faces Bridge UI Components