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

com.vtence.molecule.decoration.Layout Maven / Gradle / Ivy

package com.vtence.molecule.decoration;

import java.io.IOException;
import java.io.Writer;
import java.util.Map;

public interface Layout {

    void render(Writer out, Map fragments) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy