freemarker.template
Class SimpleList

java.lang.Object
  |
  +--freemarker.template.SimpleSequence
        |
        +--freemarker.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.

See Also:
SimpleSequence, Serialized Form

Fields inherited from class freemarker.template.SimpleSequence
list
 
Constructor Summary
SimpleList()
          Deprecated.  
SimpleList(java.util.List list)
          Deprecated.  
 
Methods inherited from class freemarker.template.SimpleSequence
add, add, add, get, isEmpty, size, synchronizedWrapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleList

public SimpleList()
Deprecated. 

SimpleList

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