com.kasisoft.cdi.services.freemarker.FreemarkerKeys Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of freemarker-service Show documentation
Show all versions of freemarker-service Show documentation
CDI :: Service which allows to make use of the Freemarker templating engine
The newest version!
package com.kasisoft.cdi.services.freemarker;
/**
* Collection of special keys used for the rendering process.
*
* @author [email protected]
*/
public interface FreemarkerKeys {
// this is the model that is being provided by the caller
String FMK_MODEL = "model";
} /* ENDINTERFACE */
© 2015 - 2025 Weber Informatics LLC | Privacy Policy