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

org.zodiac.template.velocity.VelocityTemplateContext Maven / Gradle / Ivy

The newest version!
package org.zodiac.template.velocity;

import org.apache.velocity.VelocityContext;
import org.zodiac.template.base.TemplateContext;

public interface VelocityTemplateContext extends TemplateContext {

    VelocityContext velocityContext();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy