public interface ModelMapFactory
ModelMapFactory creates a new ModelMap instance via the createModelMap() method.
This interface helps you to implement/use your own ModelMap implementation.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Modifier and Type | Method and Description |
|---|---|
ModelMap |
createModelMap()
This method is used to create
ModelMap |
static final java.lang.String CLASS_VERSION