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 TypeMethodDescriptionbooleancontainsAttribute(String name) booleanexists()intgetAttributeValue(String name) voidremoveAttribute(String name) voidsetAttributeValue(String name, Object value)
-
Method Details
-
exists
boolean exists() -
containsAttribute
-
getAttributeCount
int getAttributeCount() -
getAllAttributeNames
-
getAttributeMap
-
getAttributeValue
-
setAttributeValue
-
removeAttribute
-