Interface ISpringWebFluxWebApplication

  • All Superinterfaces:
    org.thymeleaf.web.IWebApplication
    All Known Implementing Classes:
    SpringWebFluxWebApplication

    public interface ISpringWebFluxWebApplication
    extends org.thymeleaf.web.IWebApplication
    Since:
    3.1.0
    Author:
    Daniel Fernández
    • Method Detail

      • getReactiveAdapterRegistry

        org.springframework.core.ReactiveAdapterRegistry getReactiveAdapterRegistry()
      • containsAttribute

        default boolean containsAttribute​(String name)
        Specified by:
        containsAttribute in interface org.thymeleaf.web.IWebApplication
      • getAttributeCount

        default int getAttributeCount()
        Specified by:
        getAttributeCount in interface org.thymeleaf.web.IWebApplication
      • getAllAttributeNames

        default Set<String> getAllAttributeNames()
        Specified by:
        getAllAttributeNames in interface org.thymeleaf.web.IWebApplication
      • getAttributeMap

        default Map<String,​Object> getAttributeMap()
        Specified by:
        getAttributeMap in interface org.thymeleaf.web.IWebApplication
      • getAttributeValue

        default Object getAttributeValue​(String name)
        Specified by:
        getAttributeValue in interface org.thymeleaf.web.IWebApplication