Interface NodeAware

All Known Subinterfaces:
HippoAssetBean, HippoBean, HippoCompoundBean, HippoDocumentBean, HippoFacetChildNavigationBean, HippoFacetNavigationBean, HippoFolderBean, HippoGalleryImageBean, HippoGalleryImageSetBean, HippoHtmlBean, HippoMirrorBean, HippoRequestBean, HippoResourceBean, HippoResultSetBean, HippoVirtualOnlyBean

public interface NodeAware
Interface to be implemented by beans that wish to be aware of its originating JCR node.
Version:
$Id$
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setNode(Node node)
    Callback that supplies the originating JCR node.
  • Method Details

    • setNode

      void setNode(Node node)
      Callback that supplies the originating JCR node.
      Parameters:
      node -