Class SimpleList

All Implemented Interfaces:
TemplateModel, TemplateSequenceModel, Serializable

@Deprecated public class SimpleList extends SimpleSequence
Deprecated.
Use SimpleSequence instead.
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
  • Constructor Details

    • SimpleList

      public SimpleList()
      Deprecated.
    • SimpleList

      public SimpleList(List list)
      Deprecated.