Interface TreeAware


  • public interface TreeAware
    Oak internal utility interface to avoid repeated retrieval of an underlying Tree. Note, that is is the responsibility of the caller to make user that the content session and root used to retrieve TreeAware object remains the same.
    • Method Detail

      • getTree

        @NotNull
        @NotNull Tree getTree()