Package org.thymeleaf.web.servlet
Interface IServletWebSession
- All Superinterfaces:
IWebSession
- Since:
- 3.1.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
containsAttribute
(String name) default int
default void
removeAttribute
(String name) Methods inherited from interface org.thymeleaf.web.IWebSession
exists, getAttributeValue, setAttributeValue
-
Method Details
-
getAttributeNames
Enumeration<String> getAttributeNames() -
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
-
removeAttribute
- Specified by:
removeAttribute
in interfaceIWebSession
-
getNativeSessionObject
Object getNativeSessionObject()
-