Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • jcrNodeProvider - Base definition of JCR node provider strategies. It extends the ItemProviderDefinition.
  • jcrNodeFromLocationProvider - Resolves node content fro from the current location. This provider extends the extends the JcrNodeProviderDefinition.
  • delegateToSubNodeProvider -  Returns the parent node. It extends the JcrNodeProviderDefinition
  • fetchJcrSubNodeProvider -  Resolves child JCR node from the parent. It extends the JcrNodeProviderDefinition and is suitable for the sub - forms only, since it relies on the parent.
  • jsonProvider - Replaces the {id} path parameter with the one passed in the location and then fetches the result using a configured rest REST call. This provider type extends the ItemProviderDefinition.