freemarker.template
Class SimpleList

java.lang.Object
  extended byfreemarker.template.WrappingTemplateModel
      extended byfreemarker.template.SimpleSequence
          extended byfreemarker.template.SimpleList
All Implemented Interfaces:
java.io.Serializable, TemplateModel, TemplateSequenceModel

Deprecated. Use SimpleSequence instead.

public class SimpleList
extends SimpleSequence

This is a trivial subclass that exists for backward compatibility with the SimpleList from FreeMarker Classic.

This class is thread-safe.

See Also:
SimpleSequence, Serialized Form

Field Summary
 
Fields inherited from class freemarker.template.SimpleSequence
list
 
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
 
Constructor Summary
SimpleList()
          Deprecated.  
SimpleList(java.util.List list)
          Deprecated.  
 
Methods inherited from class freemarker.template.SimpleSequence
add, add, get, size, synchronizedWrapper, toString
 
Methods inherited from class freemarker.template.WrappingTemplateModel
getDefaultObjectWrapper, getObjectWrapper, setDefaultObjectWrapper, setObjectWrapper, wrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleList

public SimpleList()
Deprecated. 

SimpleList

public SimpleList(java.util.List list)
Deprecated.