Package org.thymeleaf.web
Interface IWebSession
- All Known Subinterfaces:
IServletWebSession
public interface IWebSession
- Since:
- 3.1.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsAttribute
(String name) boolean
exists()
int
getAttributeValue
(String name) void
removeAttribute
(String name) void
setAttributeValue
(String name, Object value)
-
Method Details
-
exists
boolean exists() -
containsAttribute
-
getAttributeCount
int getAttributeCount() -
getAllAttributeNames
-
getAttributeMap
-
getAttributeValue
-
setAttributeValue
-
removeAttribute
-