@Deprecated
public List<String> getResourcePath()
{
UriTemplate template = new UriTemplate(_baseUriTemplate);
List<String> resourcePath = new ArrayList<String>(1);
String[] pathParts = SLASH_PATTERN.split(template.createURI(Collections.<String, String>emptyMap()));
for (String pathPart : pathParts)
{
if (!pathPart.equals(""))
{