Package | Description |
---|---|
javax.mvc |
The root MVC API package.
|
javax.mvc.engine |
The view engine SPI.
|
Modifier and Type | Method and Description |
---|---|
Models |
Models.put(String name,
Object model)
Stores a new model in the map.
|
Modifier and Type | Method and Description |
---|---|
Models |
ViewEngineContext.getModels()
Returns the models instance needed to process the view.
|
Copyright © 2018 Ivar Grimstad. All rights reserved.