}
else if (contentPath.formName.equals(ASPECT_RESOURCE_REQUEST))
{
String aspectName = contentPath.properties.get("aspect");
Aspect aspect = bundlableNode.app().aspect(aspectName);
resourceFile = aspect.file(resourcePath);
}
else if (contentPath.formName.equals(BLADESET_THEME_REQUEST))
{
Bladeset bladeset = bundlableNode.app().bladeset(contentPath.properties.get("bladeset"));
ThemedAssetLocation location = getThemedResourceLocation(bladeset, theme);