Package org.apache.shiro.ee.faces.tags
Class HasPermissionTag
java.lang.Object
javax.faces.view.facelets.TagHandler
org.apache.shiro.ee.faces.tags.SecureTagHandler
org.apache.shiro.ee.faces.tags.PermissionTagHandler
org.apache.shiro.ee.faces.tags.HasPermissionTag
- All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler
Tag that renders the tag body only if the current user has the string permissions
specified in name attribute.
-
Field Summary
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.shiro.ee.faces.tags.PermissionTagHandler
apply, isPermittedMethods inherited from class org.apache.shiro.ee.faces.tags.SecureTagHandler
getSubjectMethods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
HasPermissionTag
public HasPermissionTag(javax.faces.view.facelets.TagConfig config)
-
-
Method Details
-
showTagBody
- Specified by:
showTagBodyin classPermissionTagHandler
-