Class LacksRoleTag

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

public class LacksRoleTag extends PermissionTagHandler
  • Field Summary

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

    nextHandler, tag, tagId
  • Constructor Summary

    Constructors
    Constructor
    Description
    LacksRoleTag(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

    • LacksRoleTag

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