liferay-security:permissionsURL
tag renders an HTML anchor tag (hyperlink) that the user can click on in order to see the Liferay Permissions screen for the associated resource.Info | Value |
---|---|
Component Type | com.liferay.faces.portal.PermissionsURL |
Handler Class | None |
Renderer Type | com.liferay.faces.portal.renderkit.PermissionsURLRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The identifier of the component. |
modelResource | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The fully qualified Java class of the model resource. For example: MyModelResource.class.getName() . |
modelResourceDescription | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The description of the model resource. |
redirect | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| The redirect URL. |
rendered | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not this component is to be rendered during the RENDER_RESPONSE phase of the JSF lifecycle. The default value is true . |
resourcePrimKey | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The primary key value of the model resource. |
value | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The text of the hyperlink that the user will see and click on. |
Output generated by Vdldoc View Declaration Language Documentation Generator.