| Package | Description |
|---|---|
| org.springframework.test.web.reactive.server |
Support for testing Spring WebFlux server endpoints via
WebTestClient. |
| org.springframework.web.reactive.config |
Spring WebFlux configuration infrastructure.
|
| Modifier and Type | Method and Description |
|---|---|
WebTestClient.ControllerSpec |
WebTestClient.ControllerSpec.viewResolvers(Consumer<ViewResolverRegistry> consumer)
Configure view resolution.
|
| Modifier and Type | Method and Description |
|---|---|
protected ViewResolverRegistry |
WebFluxConfigurationSupport.getViewResolverRegistry()
Callback for building the
ViewResolverRegistry. |
| Modifier and Type | Method and Description |
|---|---|
void |
WebFluxConfigurerComposite.configureViewResolvers(ViewResolverRegistry registry) |
protected void |
WebFluxConfigurationSupport.configureViewResolvers(ViewResolverRegistry registry)
Configure view resolution for supporting template engines.
|
default void |
WebFluxConfigurer.configureViewResolvers(ViewResolverRegistry registry)
Configure view resolution for rendering responses with a view and a model,
where the view is typically an HTML template but could also be based on
an HTTP message writer (e.g.
|
protected void |
DelegatingWebFluxConfiguration.configureViewResolvers(ViewResolverRegistry registry) |