Package com.vtence.molecule.decoration

Examples of com.vtence.molecule.decoration.HtmlDocumentProcessor


    public static Layout html(Template layout) {
        return html(new LayoutTemplate(layout));
    }

    public static Layout html(Decorator layout) {
        return new Layout(new HtmlPageSelector(), new HtmlDocumentProcessor(), layout);
    }
View Full Code Here

TOP

Related Classes of com.vtence.molecule.decoration.HtmlDocumentProcessor

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.