SlingPostprocessor related doubt.
Hi All,
Doubt as below :
https://helpx.adobe.com/experience-manager/using/SlingPostProcessor.html article talks about SlingPostProcessor.
I also went through https://sling.apache.org/apidocs/sling5/org/apache/sling/servlets/post/SlingPostProcessor.html
1] I was not quite able to understand the exact use of this.So, is it something like we have a form wherein we fill in data and before submitting that data to be saved in the jcr repository we make us of this.
2] Also, in this scenario a condition is checked if node is added below "/content" or not. But in the form data[in the mobile screenshot in article] that we are filling in, there is nowhere we are specifying the information location, where the data is to be stored. So, I am a bit confused here.
Any thoughts on this will be helpful.