portal

Tag permissionsURL

  • Description:
    PermissionsURL is a UIOutput component that generates a URL pointing to the Liferay Portal Permissions UI. If the var attribute is present, the component introduces a variable into the EL. Otherwise, the URL is written to the response.
  • Since:
    3.2.5-ga6
Component Information 
InfoValue
Component Typecom.liferay.faces.portal.component.permissionsurl.PermissionsURL
Handler ClassNone
Renderer Typecom.liferay.faces.portal.component.permissionsurl.PermissionsURLRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
modelResourcefalsejavax.el.ValueExpression
(must evaluate to String)
The Fully-Qualified Class Name (FQCN) of the ServiceBuilder model.
modelResourceDescriptionfalsejavax.el.ValueExpression
(must evaluate to String)
The description of the model resource that is to be displayed in the Liferay Portal Permissions UI.
redirectfalsejavax.el.ValueExpression
(must evaluate to String)
The URL that should be redirected-to when the user clicks on the "Return to Full Page" link in the Liferay Portal Permissions UI.
resourceGroupIdfalsejavax.el.ValueExpression
(must evaluate to String)
The scope group id for the resource. The default value is LiferayFacesContext.getInstance().getScopeGroupId()
resourcePrimKeyfalsejavax.el.ValueExpression
(must evaluate to String)
The primary key used to identify the resource.
roleTypesfalsejavax.el.ValueExpression
(must evaluate to int[])
An array of type int that corresponds to the roles that are to be displayed in the Liferay Portal Permissions UI. For more info, see com.liferay.portal.model.RoleConstants.
varfalsejavax.el.ValueExpression
(must evaluate to String)
The name of the variable that is to be introduced into the EL that contains the value of the generated permissions URL. If not specified, then the generated permissions URL is written directly to the response.
windowStatefalsejavax.el.ValueExpression
(must evaluate to String)
The portlet window state for which the Liferay Portal Permissions UI should be displayed. Valid values include: "maximized", "pop_up", and "exclusive". The default value is "maximized".

Output generated by Vdldoc View Declaration Language Documentation Generator.