Liferay 6.1.2-ce-ga3

com.liferay.taglib.core
Class OtherwiseTag

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

public class OtherwiseTag
extends WhenTag


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
OtherwiseTag()
           
 
Method Summary
protected  boolean condition()
           
 
Methods inherited from class com.liferay.taglib.core.WhenTag
doStartTag, release, setTest
 
Methods inherited from class com.liferay.taglib.core.ConditionalTagSupport
setScope, setVar
 
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

OtherwiseTag

public OtherwiseTag()
Method Detail

condition

protected boolean condition()
Overrides:
condition in class WhenTag

Liferay 6.1.2-ce-ga3