freemarker.ext.beans
Class Models

java.lang.Object
  |
  +--freemarker.ext.beans.Models

public final class Models
extends java.lang.Object

Various predefined singleton models.

Version:
1.0
Author:
Attila Szegedi, szegedia@freemail.hu

Field Summary
static TemplateScalarModel EMPTY_SCALAR
          A singleton empty scalar.
 
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
A singleton empty scalar. It is an instance of EmptyScalar.