contentPlugin.getValidProdContentPaths(bundleSet);
ContentPathParser contentPathParser = contentPlugin.getContentPathParser();
for(String requestPath : requestPaths) {
ParsedContentPath parsedContentPath = contentPathParser.parse(requestPath);
inputSources.add( new InputSource(parsedContentPath, contentPlugin, bundleSet, contentAccessor, version) );
}
}
}
catch (MalformedRequestException e) {
throw new ContentProcessingException(e);