Class HasRoleTag

java.lang.Object
javax.faces.view.facelets.TagHandler
All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler

public class HasRoleTag extends PermissionTagHandler
  • Field Summary

    Fields inherited from class javax.faces.view.facelets.TagHandler

    nextHandler, tag, tagId
  • Constructor Summary

    Constructors
    Constructor
    Description
    HasRoleTag(javax.faces.view.facelets.TagConfig config)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
    showTagBody(String roleName)
     

    Methods inherited from class org.apache.shiro.ee.faces.tags.PermissionTagHandler

    apply, isPermitted

    Methods inherited from class org.apache.shiro.ee.faces.tags.SecureTagHandler

    getSubject

    Methods inherited from class javax.faces.view.facelets.TagHandler

    getAttribute, getRequiredAttribute, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • HasRoleTag

      public HasRoleTag(javax.faces.view.facelets.TagConfig config)
  • Method Details