Package ch.entwine.weblounge.contentrepository.impl.bundle

Examples of ch.entwine.weblounge.contentrepository.impl.bundle.BundleContentRepository


    workHomeURI = new PageURIImpl(site, homePath, Resource.WORK);
    workSubURI = new PageURIImpl(site, subPath, Resource.WORK);
    bundle = new StandaloneBundle(BundleContentRepositoryTest.class.getClassLoader());
   
    TestUtils.startTesting();
    repository = new BundleContentRepository();
    Dictionary<String, Object> properties = new Hashtable<String, Object>();
    properties.put(Site.class.getName(), site);
    properties.put(Bundle.class.getName(), bundle);
    repository.updated(properties);
  }
View Full Code Here

TOP

Related Classes of ch.entwine.weblounge.contentrepository.impl.bundle.BundleContentRepository

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.