portlet:renderURL
tag introduces an EL variable that contains a javax.portlet.PortletURL adequate for rendering. Otherwise, the URL is written to the response.Info | Value |
---|---|
Component Type | com.liferay.faces.bridge.component.PortletRenderURL |
Handler Class | None |
Renderer Type | com.liferay.faces.bridge.renderkit.portlet.RenderURLRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
copyCurrentRenderParameters |
false
| javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| No Description |
escapeXml |
false
| javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| No 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 . |
secure |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
var | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the name of a variable that will be introduced into the EL. |
windowState |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
Output generated by Vdldoc View Declaration Language Documentation Generator.