@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 | 
 Holder for both Model and View. 
 | 
| SecuredViewsFilterOrderProvider | 
 Ensures the views filter is applied after the security filter. 
 | 
| ViewsConfigurationProperties | 
 Implementation of  
ViewsConfiguration. | 
| ViewsFilter | 
 Templates Filter. 
 | 
| Annotation Type | Description | 
|---|---|
| View | 
 Indicates the view name which should be used to render a view for the route. 
 |