| Package | Description |
|---|---|
| freemarker.ext.beans |
Provides model implementations that allow access to arbitrary Java objects.
|
| freemarker.ext.rhino |
Rhino (ECMAScript) support
|
| Modifier and Type | Method and Description |
|---|---|
protected ModelFactory |
BeansWrapper.getModelFactory(java.lang.Class clazz) |
| Modifier and Type | Method and Description |
|---|---|
protected TemplateModel |
BeansWrapper.getInstance(java.lang.Object object,
ModelFactory factory)
Deprecated.
override
BeansWrapper.getModelFactory(Class) instead. Using this
method will now bypass wrapper caching (if it is enabled) and always
result in creation of a new wrapper. This method will be removed in 2.4 |
| Modifier and Type | Method and Description |
|---|---|
protected ModelFactory |
RhinoWrapper.getModelFactory(java.lang.Class clazz) |