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
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)ObjectgetNativeSessionObject()
-
-
-
Method Detail
-
containsAttribute
default boolean containsAttribute(String name)
- Specified by:
containsAttributein interfaceorg.thymeleaf.web.IWebSession
-
getAttributeCount
default int getAttributeCount()
- Specified by:
getAttributeCountin interfaceorg.thymeleaf.web.IWebSession
-
getAllAttributeNames
default Set<String> getAllAttributeNames()
- Specified by:
getAllAttributeNamesin interfaceorg.thymeleaf.web.IWebSession
-
getAttributeMap
default Map<String,Object> getAttributeMap()
- Specified by:
getAttributeMapin interfaceorg.thymeleaf.web.IWebSession
-
getAttributeValue
default Object getAttributeValue(String name)
- Specified by:
getAttributeValuein interfaceorg.thymeleaf.web.IWebSession
-
getNativeSessionObject
Object getNativeSessionObject()
-
-