Deprecated API

Deprecated Classes
freemarker.template.SimpleList
          Use SimpleSequence instead. 
 

Deprecated Interfaces
freemarker.template.TemplateListModel
          This interface is deprecated because it has inherent design problems. Use TemplateSequenceModel or TemplateCollectionModel instead. 
 

Deprecated Methods
freemarker.template.Template.compileFromFile(File)
          Expect this to be removed later. You should either pass in a Reader, or an explicit encoding. 
freemarker.template.Template.compileFromFile(String)
          Expect this to be removed later. You should either pass in a Reader, or an explicit encoding. 
freemarker.template.Template.compileFromStream(InputStream)
          Expect this to be removed later. You should either pass in a Reader, or an explicit encoding. 
freemarker.template.compiler.SimpleCharStream.getColumn()
            
freemarker.template.compiler.SimpleCharStream.getLine()
            
 

Deprecated Constructors
freemarker.template.Template(File)
          Expect this to be removed later. You should either pass in a Reader, or an explicit encoding. 
freemarker.template.Template(InputStream)
          Expect this to be removed later. You should either pass in a Reader, or an explicit encoding. 
freemarker.template.Template(String)
          Expect this to be removed later. You should either pass in a Reader, or an explicit encoding.