Interface | Description |
---|---|
Priorities |
Defines priority classes that can used together with the
Priority
annotation to decorate ViewEngine implementations. |
ViewEngine |
View engines are responsible for processing views and are discovered
using CDI.
|
ViewEngineContext |
Contextual data used by a
ViewEngine to process a view. |
Exception | Description |
---|---|
ViewEngineException |
Exception thrown by
ViewEngine.processView(ViewEngineContext)
when unable to process a view. |
Copyright © 2017 Ivar Grimstad. All rights reserved.