freemarker.template.utility
Class Constants
java.lang.Object
freemarker.template.utility.Constants
public class Constants
extends java.lang.Object
Frequently used constant
TemplateModel
values.
These constants should be stored in the
TemplateModel
sub-interfaces, but for bacward compatibility they are stored here instead.
Starting from FreeMarker 2.4 they should be copyed (not moved!) into the
TemplateModel
sub-interfaces, and this class should be marked as
deprecated.
$Id: Constants.java,v 1.2 2004/11/28 12:58:34 ddekany Exp $