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

com.kasisoft.cdi.services.freemarker.FreemarkerKeys Maven / Gradle / Ivy

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