Class IfPlainTextExportTagHelper

    • Constructor Detail

      • IfPlainTextExportTagHelper

        public IfPlainTextExportTagHelper()
    • 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
      • setBeanName

        public void setBeanName​(java.lang.String value)
      • 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 checked
        Throws:
        MSTRCheckedException - if an exception happens while evaluating the condition.