Complete newb to sling so I apologize in advance. I know this is a basic concept but what exactly is the ResourceResolver. More importantly how do you use it? I'm struggling trying to find a simple example. So say I have a path and want to use the resource resolver to see if the path resolves to a resource how would I do that? I know this is wrong but if someone can correct this it would help.\[code\]Iterator<String> nodeSample = getResource("title");return nodeSample\[/code\]Again complete newb so bare with me. Thanks in advance!