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 Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default booleancontainsAttribute(String name)default Set<String>getAllAttributeNames()default intgetAttributeCount()default Map<String,Object>getAttributeMap()Map<String,Object>getAttributes()default ObjectgetAttributeValue(String name)org.springframework.core.ReactiveAdapterRegistrygetReactiveAdapterRegistry()
-
-
-
Method Detail
-
getReactiveAdapterRegistry
org.springframework.core.ReactiveAdapterRegistry getReactiveAdapterRegistry()
-
containsAttribute
default boolean containsAttribute(String name)
- Specified by:
containsAttributein interfaceorg.thymeleaf.web.IWebApplication
-
getAttributeCount
default int getAttributeCount()
- Specified by:
getAttributeCountin interfaceorg.thymeleaf.web.IWebApplication
-
getAllAttributeNames
default Set<String> getAllAttributeNames()
- Specified by:
getAllAttributeNamesin interfaceorg.thymeleaf.web.IWebApplication
-
getAttributeMap
default Map<String,Object> getAttributeMap()
- Specified by:
getAttributeMapin interfaceorg.thymeleaf.web.IWebApplication
-
-