|
Class Summary |
| CheckPermissionTag |
Check the permission of the current Session on a given Permissible, eventually redirecting
to an AuthorisationPage (defined by the AuthorisationPathForAction property of the bean). |
| CheckTreePermissionTag |
Check the permission of the current Session on a given TreeExtension's EntityBean, and all its parents. |
| HasNoPermissionTag |
Evalute the nested body content of this tag if the currently logged on user
DOES NOT have permission to perform the specified action on the specified bean. |
| HasNoTreePermissionTag |
Evalute the nested body content of this tag if the currently logged on user
doesn't have permissions to perform the specified action on the EntityBean of the
specified TreeExtension, and on its parents. |
| HasPermissionTag |
Evalute the nested body content of this tag if the currently logged on user
has permissions to perform the specified action on the specified bean. |
| HasTreePermissionTag |
Evalute the nested body content of this tag if the currently logged on user
has permissions to perform the specified action on the EntityBean of the
specified TreeExtension, and on its parents. |