Class IfTemplateValueTagHelper

    • Constructor Detail

      • IfTemplateValueTagHelper

        public IfTemplateValueTagHelper()
    • Method Detail

      • cleanState

        public void cleanState()
        Resets the state of the tag library, by cleaning the values of the properties initialized for this tag.
        Overrides:
        cleanState in class MstrPageTagHelper
      • checkCondition

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

        public void setProperty​(java.lang.String value)
        Sets the value assigned to the property attribute of the custom tag instance that uses this helper
        Parameters:
        value - String with the property to search for.
      • setValue

        public void setValue​(java.lang.String value)
        Set the value assigned to the value attribute of the custom tag instance that uses this helper
        Parameters:
        value - String value to use when comparing it against the value returned by the property