Class IfUseIframeTagHelper

    • Constructor Detail

      • IfUseIframeTagHelper

        public IfUseIframeTagHelper()
    • 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.