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

org.zodiac.template.freemarker.constants.FreeMarkerConstants Maven / Gradle / Ivy

The newest version!
package org.zodiac.template.freemarker.constants;

public interface FreeMarkerConstants {

    String APPLICATION_INFO_VARIABLE = "appInfo";
    String APPLICATION_SERVICES_VARIABLE = "appServices";
    String APPLICATION_SERVICES_DETAIL_VARIABLE = "appServicesDetail";

    String SERVER_PATH_VARIABLE = "serverPath";
    String ENUM_LOCALE_VARIABLE = "enumLocale";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy