* @param configUtil Config to get the Velocity Engine from
* @return ContentRepository with the given settings.
*/
public ContentRepository getContentRepository(final String encoding, final CRConfigUtil configUtil) {
ContentRepository cr = null;
ConcurrentHashMap<String, String> classmap = getRepositoryClassMap();
String cls = classmap.get(this.getRepositoryType().toUpperCase());
if (cls != null) {