com.tonbeller.wcf.component
Class RoleExprTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.jstl.core.ConditionalTagSupport
          extended bycom.tonbeller.wcf.component.RoleExprTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class RoleExprTag
extends javax.servlet.jsp.jstl.core.ConditionalTagSupport

A conditional tag that evaluates its body if the roleExpr is successful

Author:
av
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
RoleExprTag()
           
 
Method Summary
protected  boolean condition()
           
 void setRole(java.lang.String string)
           
 
Methods inherited from class javax.servlet.jsp.jstl.core.ConditionalTagSupport
doStartTag, release, setScope, setVar
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleExprTag

public RoleExprTag()
Method Detail

condition

protected boolean condition()
                     throws javax.servlet.jsp.JspTagException
Throws:
javax.servlet.jsp.JspTagException

setRole

public void setRole(java.lang.String string)