Liferay 6.1.2-ce-ga3

com.liferay.taglib.core
Class ConditionalTagSupport

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.taglib.TagSupport
      extended by com.liferay.taglib.core.ConditionalTagSupport
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
IfTag, WhenTag

public abstract class ConditionalTagSupport
extends TagSupport


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.servlet.taglib.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ConditionalTagSupport()
           
 
Method Summary
protected abstract  boolean condition()
           
 int doStartTag()
           
 void release()
           
 void setScope(String scope)
           
 void setVar(String var)
           
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.TagSupport
doEndTag, findAncestorWithClass, getParent, setPageContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionalTagSupport

public ConditionalTagSupport()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspTagException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class TagSupport
Throws:
javax.servlet.jsp.JspTagException

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class TagSupport

setScope

public void setScope(String scope)

setVar

public void setVar(String var)

condition

protected abstract boolean condition()

Liferay 6.1.2-ce-ga3