Interface ElementsAccessor

    • Method Detail

      • getElements

        Enumeration<?> getElements​(Object target)
                            throws OgnlException
        Returns an iterator over the elements of the given target object.
        Parameters:
        target - the object to get the elements of
        Returns:
        an iterator over the elements of the given object
        Throws:
        OgnlException - if there is an error getting the given object's elements