@Configuration @Requires(property="micronaut.views.enabled", notEquals="false")
See: Description
| Interface | Description |
|---|---|
| ViewsConfiguration |
Defines Views configuration properties.
|
| ViewsModelDecorator |
Decorates a Views Model.
|
| ViewsRenderer<T> |
Interface to be implemented by View Engines implementations.
|
| ViewsRendererLocator |
Helps resolve a
ViewsRenderer for a particular view, media type and response class. |
| ViewsResolver |
Contract to resolve the view.
|
| Class | Description |
|---|---|
| DefaultViewsModelDecorator |
Default implementation of
ViewsModelDecorator which enhances a model by running it by all applicable ViewModelProcessors ViewModelProcessor. |
| DefaultViewsRendererLocator |
Default implementation of
ViewsRendererLocator. |
| DefaultViewsResolver |
Default implementation of
ViewsResolver. |
| ModelAndView<T> |
Holder for both Model and View.
|
| ViewsConfigurationProperties |
Implementation of
ViewsConfiguration. |
| ViewsFilter |
Templates Filter.
|
| ViewUtils |
Utility methods for views.
|
| Annotation Type | Description |
|---|---|
| View |
Indicates the view name which should be used to render a view for the route.
|