Package com.gentics.cr.configuration

Examples of com.gentics.cr.configuration.SimpleCRConfig


    ConfigDirectory.useThis();
    objects = new ArrayList<CRResolvableBean>();
    objects.add(createBean("a.txt", ""));
    objects.add(createBean("b.txt", ""));
    objects.add(createBean("c.txt", ""));
    CRConfig config = new SimpleCRConfig();
    processor = new StaticObjectHolderRequestProcessor(config);
    StaticObjectHolderRequestProcessor.setObjects(objects);
  }
View Full Code Here

TOP

Related Classes of com.gentics.cr.configuration.SimpleCRConfig

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.