Solved
I have created a custom node /content/resources which is a Page
It has child nodes like
/content/resources/1
/content/resources/2
/content/resources/.....
Point1:-
and also block the child pages or nodes from public access
Point2:-
But I have requirement that in a Pojo class I need to call the same above url (http://<hostname>//content/ resources.html ) for some processing
So how do I achieve this .Please provide your inputs .
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
For Point 1 , you need to set the permissions at page level to allow/deny the access.
You can view more details on how to do permissioning at
http://docs.adobe.com/docs/en/cq/5-6/administering/security.html
For Point 2, You can access the JCR repository through api. I suggest you to call http://<hostname>//content/resources.json instead of html
it will be much easier to parse json format than html
Details on how to access CRX is defined in the following link
http://helpx.adobe.com/experience-manager/using/programmatically-accessing-cq-content-using.html
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.