Skip navigation links

Package freemarker.ext.beans

The default object wrapper of FreeMarker uses this to expose Java Beans and POJO-s to templates, but it can also be used in itself as a better alternative ObjectWrapper.

See: Description

Package freemarker.ext.beans Description

The default object wrapper of FreeMarker uses this to expose Java Beans and POJO-s to templates, but it can also be used in itself as a better alternative ObjectWrapper.

Most of the issues dealing with beans are handled by the BeansWrapper.wrap(Object)and BeansWrapper.getStaticModels() methods. In normal cases, these are the only methods you should use to turn an arbitrary Java object into a FreeMarker TemplateModel. Additionally, you can manually create instance of any wrapper class using its constructors. Note, however that in such cases you bypass the eventual model caching of the wrapper.

Skip navigation links