Interface ISpringWebFluxWebApplication
- All Superinterfaces:
IWebApplication
- All Known Implementing Classes:
SpringWebFluxWebApplication
- Since:
- 3.1.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
containsAttribute
(String name) default int
default Object
getAttributeValue
(String name) org.springframework.core.ReactiveAdapterRegistry
Methods inherited from interface org.thymeleaf.web.IWebApplication
getResourceAsStream, removeAttribute, resourceExists, setAttributeValue
-
Method Details
-
getReactiveAdapterRegistry
org.springframework.core.ReactiveAdapterRegistry getReactiveAdapterRegistry() -
getAttributes
-
containsAttribute
- Specified by:
containsAttribute
in interfaceIWebApplication
-
getAttributeCount
default int getAttributeCount()- Specified by:
getAttributeCount
in interfaceIWebApplication
-
getAllAttributeNames
- Specified by:
getAllAttributeNames
in interfaceIWebApplication
-
getAttributeMap
- Specified by:
getAttributeMap
in interfaceIWebApplication
-
getAttributeValue
- Specified by:
getAttributeValue
in interfaceIWebApplication
-