Interface HippoMirrorBean

    • Method Detail

      • getReferencedBean

        HippoBean getReferencedBean()

        When you want the HippoBean that this mirror represents, you can use this method.

        If the mirror is pointing to a hippo:handle, then only a HippoBean is returned if a child node (document) with the same name is present. A HippoBean for the document (child) is then returned. If no such child, null is returned.

        If the mirror point to a node that is not of type hippo:handle, a HippoBean for that node is returned.

        Returns:
        the referenced HippoBean by this mirror or null when missing