Interface ISpringWebFluxWebSession
- All Superinterfaces:
org.thymeleaf.web.IWebSession
public interface ISpringWebFluxWebSession
extends org.thymeleaf.web.IWebSession
- Since:
- 3.1.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleancontainsAttribute(String name) default intdefault ObjectgetAttributeValue(String name) Methods inherited from interface org.thymeleaf.web.IWebSession
exists, removeAttribute, setAttributeValue
-
Method Details
-
getAttributes
-
containsAttribute
- Specified by:
containsAttributein interfaceorg.thymeleaf.web.IWebSession
-
getAttributeCount
default int getAttributeCount()- Specified by:
getAttributeCountin interfaceorg.thymeleaf.web.IWebSession
-
getAllAttributeNames
- Specified by:
getAllAttributeNamesin interfaceorg.thymeleaf.web.IWebSession
-
getAttributeMap
- Specified by:
getAttributeMapin interfaceorg.thymeleaf.web.IWebSession
-
getAttributeValue
- Specified by:
getAttributeValuein interfaceorg.thymeleaf.web.IWebSession
-
getNativeSessionObject
Object getNativeSessionObject()
-