Class SpringWebFluxWebApplication

    • 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)
      • 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