|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
<sec:ifAllGranted roles="ROLE_USER,ROLE_EXAMPLE">
The components you want to show only when the condition holds
lt;/sec:ifAllGranted>
work.
<sec:ifAnyGranted roles="ROLE_USER,ROLE_EXAMPLE">
The components you want to show only when the condition holds
lt;/sec:ifAnyGranted>
work.
<sec:ifNotGranted roles="ROLE_USER,ROLE_EXAMPLE">
The components you want to show only when the condition holds
lt;/sec:ifNotGranted>
work.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |