Class SetTag

    • Constructor Detail

      • SetTag

        public SetTag()
    • Method Detail

      • isOrdered

        public boolean isOrdered()
        Returns the ordered attribute. This attribute determines the type of the set created by this tag.
        Returns:
        the value of the ordered attribute
      • setOrdered

        public void setOrdered​(boolean ordered)
        Sets the value of the ordered attribute. If set to true, a LinkedHashSet will be created that remembers the order of its elements.
        Parameters:
        ordered - the ordered attribute
      • createBeanProvider

        protected BeanProvider createBeanProvider()
                                           throws org.apache.commons.jelly.JellyTagException
        Creates the bean provider representing the collection managed by this tag. This implementation will create a SetBeanProvider object.
        Specified by:
        createBeanProvider in class AbstractBeanTag
        Returns:
        the bean provider produced by this tag
        Throws:
        org.apache.commons.jelly.JellyTagException - if an error occurs