Uses of Class freemarker.ext.beans.BeansWrapper

Uses in package freemarker.template

Classes derived from freemarker.ext.beans.BeansWrapper

class
The default implementation of the ObjectWrapper interface.
class
The default implementation of the ObjectWrapper interface.

Uses in package freemarker.ext.rhino

Classes derived from freemarker.ext.beans.BeansWrapper

class
Experimental: no backward compatibility guarantees; any feedback is highly welcome!

Constructors with parameter type freemarker.ext.beans.BeansWrapper

RhinoFunctionModel.RhinoFunctionModel(Function function, Scriptable fnThis, BeansWrapper wrapper)
RhinoScriptableModel.RhinoScriptableModel(Scriptable scriptable, BeansWrapper wrapper)

Uses in package freemarker.ext.beans

Constructors with parameter type freemarker.ext.beans.BeansWrapper

ArrayModel.ArrayModel(Object array, BeansWrapper wrapper)
Creates a new model that wraps the specified array object.
BeanModel.BeanModel(Object object, BeansWrapper wrapper)
Creates a new model that wraps the specified object.
BooleanModel.BooleanModel(Boolean bool, BeansWrapper wrapper)
CollectionModel.CollectionModel(Collection collection, BeansWrapper wrapper)
Creates a new model that wraps the specified collection object.
DateModel.DateModel(Date date, BeansWrapper wrapper)
Creates a new model that wraps the specified date object.
EnumerationModel.EnumerationModel(Enumeration enumeration, BeansWrapper wrapper)
Creates a new model that wraps the specified enumeration object.
IteratorModel.IteratorModel(Iterator iterator, BeansWrapper wrapper)
Creates a new model that wraps the specified iterator object.
MapModel.MapModel(Map map, BeansWrapper wrapper)
Creates a new model that wraps the specified map object.
NumberModel.NumberModel(Number number, BeansWrapper wrapper)
Creates a new model that wraps the specified number object.
ResourceBundleModel.ResourceBundleModel(ResourceBundle bundle, BeansWrapper wrapper)
StringModel.StringModel(Object object, BeansWrapper wrapper)
Creates a new model that wraps the specified object with BeanModel + scalar functionality.

Fields of type freemarker.ext.beans.BeansWrapper

BeansWrapper

Methods with return type freemarker.ext.beans.BeansWrapper

BeansWrapper
Returns the default instance of the wrapper.