org.jbake.template.TemplateEngineAdapter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbake-core Show documentation
Show all versions of jbake-core Show documentation
JBake is a Java based open source static site/blog generator for developers.
package org.jbake.template;
/**
* Adapts model extractor output to used template engine.
* This method typically wraps results of model extractions into data types suited to template engine
*
* @author ndx
*/
public interface TemplateEngineAdapter {
class NoopAdapter implements TemplateEngineAdapter
© 2015 - 2025 Weber Informatics LLC | Privacy Policy