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 Summary

    Modifier and Type
    Method
    Description
    @NotNull Tree
     
  • Method Details

    • getTree

      @NotNull @NotNull Tree getTree()