Class IfDisplayMoreTagHelper

    • Constructor Detail

      • IfDisplayMoreTagHelper

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

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

        public void setMaxObjects​(java.lang.String value)
        Sets the value assigned to the maxObjects attribute of the custom tag instance that uses this helper
        Parameters:
        value - String with the limit list of objects the bean should have defined as children.