Class SpringWebFluxWebApplication
- Object
-
- org.thymeleaf.spring5.web.webflux.SpringWebFluxWebApplication
-
- All Implemented Interfaces:
ISpringWebFluxWebApplication,org.thymeleaf.web.IWebApplication
public final class SpringWebFluxWebApplication extends Object implements ISpringWebFluxWebApplication
- Since:
- 3.1.0
- Author:
- Daniel Fernández
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SpringWebFluxWebApplicationbuildApplication(org.springframework.core.ReactiveAdapterRegistry reactiveAdapterRegistry)ISpringWebFluxWebExchangebuildExchange(org.springframework.web.server.ServerWebExchange exchange, Locale locale, org.springframework.http.MediaType mediaType, Charset charset)Map<String,Object>getAttributes()org.springframework.core.ReactiveAdapterRegistrygetReactiveAdapterRegistry()InputStreamgetResourceAsStream(String path)voidremoveAttribute(String name)booleanresourceExists(String path)voidsetAttributeValue(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 Detail
-
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:
getReactiveAdapterRegistryin interfaceISpringWebFluxWebApplication
-
getAttributes
public Map<String,Object> getAttributes()
- Specified by:
getAttributesin interfaceISpringWebFluxWebApplication
-
setAttributeValue
public void setAttributeValue(String name, Object value)
- Specified by:
setAttributeValuein interfaceorg.thymeleaf.web.IWebApplication
-
removeAttribute
public void removeAttribute(String name)
- Specified by:
removeAttributein interfaceorg.thymeleaf.web.IWebApplication
-
resourceExists
public boolean resourceExists(String path)
- Specified by:
resourceExistsin interfaceorg.thymeleaf.web.IWebApplication
-
getResourceAsStream
public InputStream getResourceAsStream(String path)
- Specified by:
getResourceAsStreamin interfaceorg.thymeleaf.web.IWebApplication
-
-