Class PermissionTag

    • Constructor Detail

      • PermissionTag

        public PermissionTag()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • verifyAttributes

        protected void verifyAttributes()
                                 throws javax.servlet.jsp.JspException
        Overrides:
        verifyAttributes in class SecureTag
        Throws:
        javax.servlet.jsp.JspException
      • onDoStartTag

        public int onDoStartTag()
                         throws javax.servlet.jsp.JspException
        Specified by:
        onDoStartTag in class SecureTag
        Throws:
        javax.servlet.jsp.JspException
      • isPermitted

        protected boolean isPermitted​(String p)
      • showTagBody

        protected abstract boolean showTagBody​(String p)