Package | Description |
---|---|
javax.mvc |
The root MVC API package.
|
javax.mvc.event |
CDI events fired by implementations and observable by applications.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ViewEngine> |
Viewable.getViewEngine() |
Modifier and Type | Method and Description |
---|---|
void |
Viewable.setViewEngine(Class<? extends ViewEngine> viewEngine) |
Constructor and Description |
---|
Viewable(String view,
Class<? extends ViewEngine> viewEngine)
Constructs an instance using a view and a view engine.
|
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 |
---|---|
Class<? extends ViewEngine> |
ViewEngineSelected.getEngine()
Returns the
ViewEngine selected by the implementation. |
Copyright © 2015 Oracle Corporation. All rights reserved.