portlet
Tag actionURL
-
- Description:
-
Creates a URL that points to the current portlet and triggers an action request with the supplied parameters. If the
var
attribute is present, theportlet:actionURL
tag introduces an EL variable that contains ajavax.portlet.ActionURL
adequate for postbacks. Otherwise, the URL is written to the response.
-
- Since:
- 3.2.5-ga6
Info | Value |
---|---|
Component Type | com.liferay.faces.portlet.component.actionurl.ActionURL |
Handler Class | None |
Renderer Type | com.liferay.faces.portlet.component.actionurl.ActionURLRenderer |
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. |
name | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The name of the action method to be executed. |
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. |