freemarker.ext.beans
Class Models

java.lang.Object
  extended by freemarker.ext.beans.Models

Deprecated. this class is deprecated in favour of the classes in the freemarker.ext.beans2 package

public final class Models
extends java.lang.Object

Various predefined singleton models.

Version:
$Id: Models.java 1101 2013-04-01 04:17:32Z run2000 $
Author:
Attila Szegedi, attila@szegedi.org

Field Summary
static TemplateScalarModel EMPTY_SCALAR
          Deprecated. A singleton empty scalar.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_SCALAR

public static final TemplateScalarModel EMPTY_SCALAR
Deprecated. 
A singleton empty scalar. It is an instance of EmptyScalar.