Interface ElementsAccessor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Enumeration<?> getElements​(java.lang.Object target)
      Returns an iterator over the elements of the given target object.
    • Method Detail

      • getElements

        java.util.Enumeration<?> getElements​(java.lang.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