Class SpringWebFluxWebApplication
Object
org.thymeleaf.spring5.web.webflux.SpringWebFluxWebApplication
- All Implemented Interfaces:
ISpringWebFluxWebApplication
,IWebApplication
- Since:
- 3.1.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionstatic SpringWebFluxWebApplication
buildApplication
(org.springframework.core.ReactiveAdapterRegistry reactiveAdapterRegistry) buildExchange
(org.springframework.web.server.ServerWebExchange exchange, Locale locale, org.springframework.http.MediaType mediaType, Charset charset) org.springframework.core.ReactiveAdapterRegistry
getResourceAsStream
(String path) void
removeAttribute
(String name) boolean
resourceExists
(String path) void
setAttributeValue
(String name, Object value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.thymeleaf.spring5.web.webflux.ISpringWebFluxWebApplication
containsAttribute, getAllAttributeNames, getAttributeCount, getAttributeMap, getAttributeValue
-
Method Details
-
buildApplication
public static SpringWebFluxWebApplication buildApplication(org.springframework.core.ReactiveAdapterRegistry reactiveAdapterRegistry) -
buildExchange
public ISpringWebFluxWebExchange buildExchange(org.springframework.web.server.ServerWebExchange exchange, Locale locale, org.springframework.http.MediaType mediaType, Charset charset) -
getReactiveAdapterRegistry
public org.springframework.core.ReactiveAdapterRegistry getReactiveAdapterRegistry()- Specified by:
getReactiveAdapterRegistry
in interfaceISpringWebFluxWebApplication
-
getAttributes
- Specified by:
getAttributes
in interfaceISpringWebFluxWebApplication
-
setAttributeValue
- Specified by:
setAttributeValue
in interfaceIWebApplication
-
removeAttribute
- Specified by:
removeAttribute
in interfaceIWebApplication
-
resourceExists
- Specified by:
resourceExists
in interfaceIWebApplication
-
getResourceAsStream
- Specified by:
getResourceAsStream
in interfaceIWebApplication
-