| |||||||
FRAMES NO FRAMES |
<pt:ensemble.roleexpr pt:expr="hasRole Default Role from Seed State" pt:key="boolvalue"/>
<pt:logic.if pt:expr="$boolvalue">
<pt:logic.iftrue>
<!-- This is displayed if expr evaluates to true. -->
</pt:logic.iftrue>
<pt:logic.iffalse>
<!-- This is displayed if expr evaluates to false. -->
</pt:logic.iffalse>
</pt:logic.if>
Tag Information | |
Tag Name | roleexpr |
Attributes | ||||
Name | Type | Required | Default Value | Description |
expr | string | true | null | An expression consisting of the hasRole keyword followed by an application role. This expression evaluates whether or not the current user has the specified role. Role names are not case-sensitive. |
key | string | true | null | The key used to store the result in memory. |
scope | scope | false | portlet request | The scope used to store the result in memory. See the Logic Tag Library description for more details about valid scope arguments. |
| |||||||
FRAMES NO FRAMES |