org.szegedi.expose.model
Class Models

java.lang.Object
  |
  +--org.szegedi.expose.model.Models

public final class Models
extends java.lang.Object

Various predefined singleton models.

Version:
1.0
Author:
Attila Szegedi, attila@szegedi.org

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