pt.moredata.taglibs.protectcontent
Class DoIfAuthorizedTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bypt.moredata.taglibs.protectcontent.AbstractContentTag
          extended bypt.moredata.taglibs.protectcontent.DoIfAuthorizedTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally

public class DoIfAuthorizedTag
extends AbstractContentTag

DoIfAuthorizedTag.java Implementação de uma tag para definir um conteudo protegiso que será apenas incluido se se verificarem os criterios definidos pela politica de acesso ao conteudo protegido definidos atraves de uma tag AbstractPolicyTag ou qualquer outra tag que a estenda. Company MoreData

Version:
$Revision: 1.3 $
Author:
pcarmo
See Also:
Serialized Form

Field Summary
 
Fields inherited from class pt.moredata.taglibs.protectcontent.AbstractContentTag
_parent
 
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
DoIfAuthorizedTag()
           
 
Method Summary
protected  boolean showContent()
          Verifica se o conteudo da tag deve ser mostrado ou não.
 
Methods inherited from class pt.moredata.taglibs.protectcontent.AbstractContentTag
doCatch, doEndTag, doFinally, doStartTag
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, 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
 

Constructor Detail

DoIfAuthorizedTag

public DoIfAuthorizedTag()
Method Detail

showContent

protected boolean showContent()
Description copied from class: AbstractContentTag
Verifica se o conteudo da tag deve ser mostrado ou não.

Specified by:
showContent in class AbstractContentTag