aemjcr

Java: how do I check if a node (javax.jcr.node) property exists?


I just want to find out if a node property exists.

I was looking at the API reference guide

and nothing there stands out.

Thanks


Solution

  • hasProperty() From the same link that you've posted - here