All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mapfish.print.processor.RequireAttributes Maven / Gradle / Ivy

There is a newer version: 3.22.0
Show newest version
package org.mapfish.print.processor;

import org.mapfish.print.attribute.Attribute;

/**
 * Processor that requires attribute.
 */
public interface RequireAttributes {
    /**
     * Set the attribute.
     *
     * @param name the attribute name
     * @param attribute the attribute
     */
    void setAttribute(String name, Attribute attribute);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy