Package org.apache.shiro.web.tags
Class HasAnyRolesTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.apache.shiro.web.tags.SecureTag
-
- org.apache.shiro.web.tags.RoleTag
-
- org.apache.shiro.web.tags.HasAnyRolesTag
-
- All Implemented Interfaces:
Serializable,javax.servlet.jsp.tagext.IterationTag,javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag
public class HasAnyRolesTag extends RoleTag
Displays body content if the current user has any of the roles specified.- Since:
- 0.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HasAnyRolesTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanshowTagBody(String roleNames)-
Methods inherited from class org.apache.shiro.web.tags.RoleTag
getName, onDoStartTag, setName
-
Methods inherited from class org.apache.shiro.web.tags.SecureTag
doStartTag, getSubject, verifyAttributes
-
-
-
-
Method Detail
-
showTagBody
protected boolean showTagBody(String roleNames)
- Specified by:
showTagBodyin classRoleTag
-
-