@Configuration @Requires(property="micronaut.views.enabled", notEquals="false")
See: Description
Interface | Description |
---|---|
ViewsConfiguration |
Defines Views configuration properties.
|
ViewsFilterOrderProvider |
Describes a bean that will provide an order to the
ViewsFilter . |
ViewsRenderer |
Interface to be implemented by View Engines implementations.
|
Class | Description |
---|---|
ModelAndView<T> |
Holder for both Model and View.
|
SecuredViewsFilterOrderProvider |
Ensures the views filter is applied after the security filter.
|
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.
|