| Package | Description |
|---|---|
| javax.mvc.engine |
The view engine SPI.
|
| javax.mvc.event |
CDI events fired by implementations and observable by applications.
|
| Class and Description |
|---|
| ViewEngineContext
Contextual data used by a
ViewEngine to process a view. |
| ViewEngineException
Exception thrown by
ViewEngine.processView(ViewEngineContext)
when unable to process a view. |
| Class and Description |
|---|
| ViewEngine
View engines are responsible for processing views and are discovered
using CDI.
|
Copyright © 2018 Ivar Grimstad. All rights reserved.