Class IfShowAdminPageTagHelper

    • Constructor Detail

      • IfShowAdminPageTagHelper

        public IfShowAdminPageTagHelper()
    • 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 checked
        Throws:
        MSTRCheckedException - if an exception happens while evaluating the condition.