Package org.apache.shiro.web.tags
Class HasPermissionTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.apache.shiro.web.tags.SecureTag
-
- org.apache.shiro.web.tags.PermissionTag
-
- org.apache.shiro.web.tags.HasPermissionTag
-
- All Implemented Interfaces:
Serializable,javax.servlet.jsp.tagext.IterationTag,javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag
public class HasPermissionTag extends PermissionTag
- Since:
- 0.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HasPermissionTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanshowTagBody(String p)-
Methods inherited from class org.apache.shiro.web.tags.PermissionTag
getName, isPermitted, onDoStartTag, setName, verifyAttributes
-
Methods inherited from class org.apache.shiro.web.tags.SecureTag
doStartTag, getSubject
-
-
-
-
Method Detail
-
showTagBody
protected boolean showTagBody(String p)
- Specified by:
showTagBodyin classPermissionTag
-
-