portlet

Tag actionURL

Component Information 
InfoValue
Component Typecom.liferay.faces.portlet.component.actionurl.ActionURL
Handler ClassNone
Renderer Typecom.liferay.faces.portlet.component.actionurl.ActionURLRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
copyCurrentRenderParametersfalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, copy the current request's render parameters to the URL. Defaults to false.
escapeXmlfalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, xml special characters will be escaped. Defaults to true.
namefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of the action method to be executed.
portletModefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of the mode of the portlet which will be accessed via the URL.
securefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
When true, the URL will be secure. Defaults to the security setting of the current request.
varfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Introduces an EL variable that contains the URL.
windowStatefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of the window state of the portlet which will be accessed via the URL.

Output generated by Vdldoc View Declaration Language Documentation Generator.