Package com.opensymphony.module.sitemesh.html.util

Examples of com.opensymphony.module.sitemesh.html.util.StringSitemeshBuffer


public class HTMLProcessorTest extends TestCase {

    private SitemeshBufferFragment.Builder body;

    private HTMLProcessor createProcessor(String input) {
        SitemeshBuffer buffer = new StringSitemeshBuffer(input);
        body = SitemeshBufferFragment.builder().setBuffer(buffer);
        return new HTMLProcessor(buffer, body);
    }
View Full Code Here

TOP

Related Classes of com.opensymphony.module.sitemesh.html.util.StringSitemeshBuffer

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.