Package org.apache.sling.testing.mock.sling.builder

Examples of org.apache.sling.testing.mock.sling.builder.ContentBuilder


    /**
     * @return Content builder for building test content
     */
    public ContentBuilder create() {
        if (this.contentBuilder == null) {
            this.contentBuilder = new ContentBuilder(resourceResolver());
        }
        return this.contentBuilder;
    }
View Full Code Here

TOP

Related Classes of org.apache.sling.testing.mock.sling.builder.ContentBuilder

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.