Uses of Package
freemarker.ext.beans

Packages that use freemarker.ext.beans
freemarker.ext.beans Provides model implementations that allow access to arbitrary Java objects. 
freemarker.ext.rhino Rhino (ECMAScript) support 
freemarker.template This package contains the core API's that most users will use. 
 

Classes in freemarker.ext.beans used by freemarker.ext.beans
BeanModel
          A class that will wrap an arbitrary object into TemplateHashModel interface allowing calls to arbitrary property getters and invocation of accessible methods on the object from a template using the object.foo to access properties and object.bar(arg1, arg2) to invoke methods on it.
BeansWrapper
          Utility class that provides generic services to reflection classes.
StringModel
          Subclass of BeanModel that exposes the return value of the Object.toString() method through the TemplateScalarModel interface.
 

Classes in freemarker.ext.beans used by freemarker.ext.rhino
BeansWrapper
          Utility class that provides generic services to reflection classes.
 

Classes in freemarker.ext.beans used by freemarker.template
BeansWrapper
          Utility class that provides generic services to reflection classes.