Package org.mapfish.print.wrapper.yaml

Examples of org.mapfish.print.wrapper.yaml.PYamlArray


    private Map<String, Attribute> attributes = Maps.newHashMap();
    private String configName;
    private PYamlArray defaults;

    public void setDefault(final List<Object> defaultData) {
        this.defaults = new PYamlArray(null, defaultData, "dataSource");
    }
View Full Code Here

TOP

Related Classes of org.mapfish.print.wrapper.yaml.PYamlArray

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.