Package com.vtence.molecule.decoration

Examples of com.vtence.molecule.decoration.LayoutTemplate


    private final Selector selector;
    private final ContentProcessor processor;
    private final Decorator decorator;

    public static Layout html(Template layout) {
        return html(new LayoutTemplate(layout));
    }
View Full Code Here

TOP

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

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.