Package com.gentics.cr.rest

Examples of com.gentics.cr.rest.ContentRepository


   * @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) {
View Full Code Here

TOP

Related Classes of com.gentics.cr.rest.ContentRepository

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.