Package | Description |
---|---|
javax.mvc |
The root MVC API package.
|
javax.mvc.engine |
The view engine SPI.
|
Modifier and Type | Method and Description |
---|---|
Models |
Viewable.getModels() |
Modifier and Type | Method and Description |
---|---|
void |
Viewable.setModels(Models models) |
Constructor and Description |
---|
Viewable(String view,
Models models)
Constructs an instance using a view and a models.
|
Viewable(String view,
Models models,
Class<? extends ViewEngine> viewEngine)
Constructs an instance using a view, a models and a view engine.
|
Modifier and Type | Method and Description |
---|---|
Models |
ViewEngineContext.getModels()
Returns the models instance needed to process the view.
|
Copyright © 2015 Oracle Corporation. All rights reserved.