portlet

Tag property

  • Description:
    The portlet:property tag provides the ability to add a portlet property name=value pair when nested inside a portlet:actionURL, a portletRenderURL, or a portlet:resourceURL tag. Using portlet:property is equivalent to calling the BaseURL.addProperty() method.
  • Since:
    3.2.5-ga6
Component Information 
InfoValue
Component Typecom.liferay.faces.portlet.component.property.Property
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
nametruejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of the portlet property.
valuetruejavax.el.ValueExpression
(must evaluate to java.lang.String)
The value of the portlet property.

Output generated by Vdldoc View Declaration Language Documentation Generator.