Class IfTag

    • Constructor Detail

      • IfTag

        public IfTag()
    • Method Detail

      • condition

        protected boolean condition()
                             throws JspTagException
        Description copied from class: ConditionalTagSupport

        Subclasses implement this method to compute the boolean result of the conditional action. This method is invoked once per tag invocation by doStartTag().

        Specified by:
        condition in class ConditionalTagSupport
        Returns:
        a boolean representing the condition that a particular subclass uses to drive its conditional logic.
        Throws:
        JspTagException - on failure
      • setSelect

        public void setSelect​(String select)