Class IfTag

java.lang.Object
org.apache.commons.jelly.TagSupport
org.apache.commons.jelly.tags.core.IfTag
All Implemented Interfaces:
Tag

public class IfTag extends TagSupport
Deprecated.
Implemented as TagScript in CoreTagLibrary
A tag which conditionally evaluates its body based on some condition
Version:
$Revision: 155420 $
Author:
James Strachan
  • Constructor Details

    • IfTag

      public IfTag()
      Deprecated.
  • Method Details