portlet

Tag resourceURL

  • Description:
    Creates a URL that points to the current portlet and triggers a resource request with the supplied parameters. If the var attribute is present, the portlet:resourceURL tag introduces an EL variable that contains a javax.portlet.ResourceURL adequate for obtaining resources. Otherwise, the URL is written to the response.
  • Since:
    3.2.5-ga6
Component Information 
InfoValue
Component Typecom.liferay.faces.portlet.component.resourceurl.ResourceURL
Handler ClassNone
Renderer Typecom.liferay.faces.portlet.component.resourceurl.ResourceURLRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
cacheabilityfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The cacheability of the resource returned by the resourceURL. Valid values include ResourceURL.FULL, ResourceURL.PAGE, and ResourceURL.PORTLET. Defaults to ResourceURL.PAGE.
escapeXmlfalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, xml special characters will be escaped. Defaults to true.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The id for the resource.
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.

Output generated by Vdldoc View Declaration Language Documentation Generator.