Class WhenTag

  • All Implemented Interfaces:
    Tag

    public class WhenTag
    extends TagSupport
    A tag which conditionally evaluates its body based on some condition
    Version:
    $Revision: 155420 $
    Author:
    James Strachan
    • Constructor Detail

      • WhenTag

        public WhenTag()
    • Method Detail

      • setTest

        public void setTest​(Expression test)
        Sets the expression to evaluate.