org.apache.shiro.web.tags
Class SecureTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.shiro.web.tags.SecureTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag
- Direct Known Subclasses:
- AuthenticatedTag, GuestTag, NotAuthenticatedTag, PermissionTag, PrincipalTag, RoleTag, UserTag
public abstract class SecureTag
- extends TagSupport
- Since:
- 0.1
- See Also:
- Serialized Form
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecureTag
public SecureTag()
getSubject
protected Subject getSubject()
verifyAttributes
protected void verifyAttributes()
throws JspException
- Throws:
JspException
doStartTag
public int doStartTag()
throws JspException
- Specified by:
doStartTag in interface Tag- Overrides:
doStartTag in class TagSupport
- Throws:
JspException
onDoStartTag
public abstract int onDoStartTag()
throws JspException
- Throws:
JspException
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.