Class AbstractIfTagHelper

    • Constructor Detail

      • AbstractIfTagHelper

        public AbstractIfTagHelper()
    • Method Detail

      • checkCondition

        public abstract boolean checkCondition()
                                        throws MSTRCheckedException
        Evaluates the condition as specified by the tag's definition.
        Returns:
        the boolean value corresponding to the result of the condition checked
        Throws:
        MSTRCheckedException - if an exception happens while evaluating the condition.