portlet
Tag renderURL
-
- Description:
-
Creates a URL that points to the current portlet and triggers a render request with the supplied parameters. If the
varattribute is present, theportlet:renderURLtag introduces an EL variable that contains ajavax.portlet.PortletURLadequate for rendering. Otherwise, the URL is written to the response.
-
- Since:
- 3.2.5-ga6
| Info | Value |
|---|---|
| Component Type | com.liferay.faces.portlet.component.renderurl.RenderURL |
| Handler Class | None |
| Renderer Type | com.liferay.faces.portlet.component.renderurl.RenderURLRenderer |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
copyCurrentRenderParameters | false | javax.el.ValueExpression
(must evaluate to boolean)
| When true, copy the current request's render parameters to the URL. Defaults to false. |
escapeXml | false | javax.el.ValueExpression
(must evaluate to boolean)
| When true, xml special characters will be escaped. Defaults to true. |
portletMode | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The name of the mode of the portlet which will be accessed via the URL. |
secure | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When true, the URL will be secure. Defaults to the security setting of the current request. |
var | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Introduces an EL variable that contains the URL. |
windowState | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The name of the window state of the portlet which will be accessed via the URL. |