@Configuration @Requires(property="micronaut.views.enabled", notEquals="false")
See: Description
Interface | Description |
---|---|
ViewsConfiguration |
Defines Views configuration properties.
|
ViewsRenderer |
Interface to be implemented by View Engines implementations.
|
Class | Description |
---|---|
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.
|