Deprecated API


Contents
Deprecated Interfaces
freemarker.template.TemplateListModel
          This interface is not multi-thread safe, and also, in some cases, not single-thread safe either. Use the TemplateListModel2 interface instead. 
 

Deprecated Classes
freemarker.ext.beans.ArrayModel
          this class is deprecated in favour of the classes in the freemarker.ext.beans2 package 
freemarker.ext.beans.BeansWrapper
          this class is deprecated in favour of the Wrapper and Unwrapper classes 
freemarker.ext.beans.CollectionModel
          this class is deprecated in favour of the classes in the freemarker.ext.beans2 package 
freemarker.ext.beans.EnumerationModel
          this class is deprecated in favour of the classes in the freemarker.ext.beans2 package 
freemarker.ext.beans.IteratorModel
          this class is deprecated in favour of the classes in the freemarker.ext.beans2 package 
freemarker.ext.beans.ListModel
          this class is deprecated in favour of the classes in the freemarker.ext.beans2 package 
freemarker.ext.beans.MapModel
          this class is deprecated in favour of the classes in the freemarker.ext.beans2 package 
freemarker.ext.beans.MethodModel
          this class is deprecated in favour of the classes in the freemarker.ext.beans2 package 
freemarker.ext.beans.Models
          this class is deprecated in favour of the classes in the freemarker.ext.beans2 package 
freemarker.ext.beans.NumberModel
          this class is deprecated in favour of the classes in the freemarker.ext.beans2 package 
freemarker.ext.beans.ObjectModel
          this class is deprecated in favour of the classes in the freemarker.ext.beans2 package 
freemarker.ext.beans.ObjectModelBase
          this class is deprecated in favour of the classes in the freemarker.ext.beans2 package 
freemarker.ext.beans.ResourceBundleModel
          this class is deprecated in favour of the classes in the freemarker.ext.beans2 package 
freemarker.ext.beans.RootMapModel
          this class is deprecated in favour of the classes in the freemarker.ext.beans2 package 
freemarker.ext.beans.ScalarModel
          this class is deprecated in favour of the classes in the freemarker.ext.beans2 package 
freemarker.ext.beans.SimpleNumberModel
          this class is deprecated in favour of the classes in the freemarker.ext.beans2 package 
freemarker.ext.beans.StaticModel
          this class is deprecated in favour of the classes in the freemarker.ext.beans2 package 
freemarker.ext.beans.StaticModels
          this class is deprecated in favour of the classes in the freemarker.ext.beans2 package 
 

Deprecated Methods
freemarker.template.TemplateExceptionEvent.getOutput()
          use the TemplateExceptionEvent.getWriter() method for maximum efficiency, since this method now has to wrap the underlying Writer in a PrintWriter object 
freemarker.template.TemplateModelRoot.remove(String)
          this method is no longer required by the template engine, and will be removed in a future release 
freemarker.template.FileTemplateCache.setRetriever(CacheRetriever)
          use FileTemplateCache.setRetrieverFactory(freemarker.template.cache.CacheRetrieverFactory) to set a retriever factory 
freemarker.template.cache.LocalizedFileRetriever.setTemplateRegistry(TemplateRegistry)
          this is the only mutable state, and should be removed in the next release 
freemarker.template.cache.FileRetriever.setTemplateRegistry(TemplateRegistry)
          this is the only mutable state, and should be removed in the next release 
 

Deprecated Constructors
freemarker.template.HtmlExceptionListener()
          use the HtmlExceptionListener.getInstance() method instead