Interface ISpringWebFluxWebSession
- All Superinterfaces:
IWebSession
- Since:
- 3.1.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
containsAttribute
(String name) default int
default Object
getAttributeValue
(String name) Methods inherited from interface org.thymeleaf.web.IWebSession
exists, removeAttribute, setAttributeValue
-
Method Details
-
getAttributes
-
containsAttribute
- Specified by:
containsAttribute
in interfaceIWebSession
-
getAttributeCount
default int getAttributeCount()- Specified by:
getAttributeCount
in interfaceIWebSession
-
getAllAttributeNames
- Specified by:
getAllAttributeNames
in interfaceIWebSession
-
getAttributeMap
- Specified by:
getAttributeMap
in interfaceIWebSession
-
getAttributeValue
- Specified by:
getAttributeValue
in interfaceIWebSession
-
getNativeSessionObject
Object getNativeSessionObject()
-