se.kmr.scam.web.taglib.scam
Class HasPermissionTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
se.kmr.scam.web.taglib.scam.HasPermissionTag
- All Implemented Interfaces:
- BodyTag, IterationTag, Serializable, Tag
- public class HasPermissionTag
- extends BodyTagSupport
- Version:
- $Revision: 1.7 $
- Author:
- Jöran
- See Also:
- Serialized Form
- Created:
- den 7 maj 2003
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HasPermissionTag
public HasPermissionTag()
setSubject
public void setSubject(String subjectRef)
- Sets the resource attribute
- Parameters:
subjectRef
- The new subject value
setPermission
public void setPermission(String permissionRef)
- Sets the permission attribute
- Parameters:
permissionRef
- The new permission value
setVar
public void setVar(String varRef)
- Sets the var attribute
- Parameters:
varRef
- The new var value
getValue
public Boolean getValue()
throws JspException
- Throws:
JspException
doStartTag
public int doStartTag()
throws JspException
- Throws:
JspException
doAfterBody
public int doAfterBody()
- Recives notification after body evaluation
- Returns:
- the value of EVAL_PAGE
Copyright © 2003 SCAM. All Rights Reserved.