portlet:namespace
tag introduces an EL variable that contains the portlet namespace. Otherwise, the namespace is written to the response.Info | Value |
---|---|
Component Type | com.liferay.faces.bridge.component.PortletNameSpace |
Handler Class | None |
Renderer Type | com.liferay.faces.bridge.renderkit.portlet.NameSpaceRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The identifier of the component. |
portletMode |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
rendered | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not this component is to be rendered during the RENDER_RESPONSE phase of the JSF lifecycle. The default value is true . |
var | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the name of a variable that will be introduced into the EL. |
Output generated by Vdldoc View Declaration Language Documentation Generator.