Uses of Interface
jakarta.mvc.Models
-
Packages that use Models Package Description jakarta.mvc The root Jakarta MVC API package.jakarta.mvc.engine The view engine SPI. -
-
Uses of Models in jakarta.mvc
Methods in jakarta.mvc that return Models Modifier and Type Method Description ModelsModels. put(String name, Object model)Stores a new model in the map. -
Uses of Models in jakarta.mvc.engine
Methods in jakarta.mvc.engine that return Models Modifier and Type Method Description ModelsViewEngineContext. getModels()Returns the models instance needed to process the view.
-