-
Type:
New Feature
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: facesbridge-api-5.0.0, facesbridge-spec-5.0.0
-
Component/s: FacesBridge API, FacesBridge Spec
-
Labels:None
The Portlet 3.0 API defines requirements for the following JSP tags, some of which could have a JSF equivalent. This issue serves as a proposal for creating the following UIComponent classes in the javax.portlet.faces.component package of the Bridge API:
JSP Tag | Liferay Faces Bridge UIComponent | Proposed Standard UIComponent |
---|---|---|
portlet:actionURL | com.liferay.faces.portlet.component.actionurl.ActionURL (DEMO) | javax.portlet.faces.component.ActionURL |
portlet:defineObjects | com.liferay.faces.portlet.component.defineobjects.DefineObjects | (Not proposed for standardization since the ELResolver handles this function) |
portlet:namespace | com.liferay.faces.portlet.component.namespace.Namespace (DEMO) | javax.portlet.faces.component.Namespace |
portlet:param | com.liferay.faces.portlet.component.param.Param (DEMO) | javax.portlet.faces.component.Param |
portlet:property | com.liferay.faces.portlet.component.property.Property | javax.portlet.faces.component.Property |
portlet:renderURL | com.liferay.faces.portlet.component.renderurl.RenderURL (DEMO) | javax.portlet.faces.component.RenderURL |
portlet:resourceURL | com.liferay.faces.portlet.component.resourceurl.ResourceURL (DEMO) | javax.portlet.faces.component.ResourceURL |
In addition, the Specification will require that bridge implementations provide Facelet equivalents of these component tags and document the attributes. See example VDLDoc for more information.