portlet

Tag resourceURL

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.