Class SpringWebFluxWebApplication

Object
org.thymeleaf.spring6.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 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 interface ISpringWebFluxWebApplication
    • getAttributes

      public Map<String,Object> getAttributes()
      Specified by:
      getAttributes in interface ISpringWebFluxWebApplication
    • setAttributeValue

      public void setAttributeValue(String name, Object value)
      Specified by:
      setAttributeValue in interface org.thymeleaf.web.IWebApplication
    • removeAttribute

      public void removeAttribute(String name)
      Specified by:
      removeAttribute in interface org.thymeleaf.web.IWebApplication
    • resourceExists

      public boolean resourceExists(String path)
      Specified by:
      resourceExists in interface org.thymeleaf.web.IWebApplication
    • getResourceAsStream

      public InputStream getResourceAsStream(String path)
      Specified by:
      getResourceAsStream in interface org.thymeleaf.web.IWebApplication