Class WebActivitySession
java.lang.Object
com.aspectran.thymeleaf.context.web.WebActivitySession
- All Implemented Interfaces:
org.thymeleaf.web.IWebSession
-
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
public boolean exists()- Specified by:
exists
in interfaceorg.thymeleaf.web.IWebSession
-
containsAttribute
- Specified by:
containsAttribute
in interfaceorg.thymeleaf.web.IWebSession
-
getAttributeCount
public int getAttributeCount()- Specified by:
getAttributeCount
in interfaceorg.thymeleaf.web.IWebSession
-
getAllAttributeNames
- Specified by:
getAllAttributeNames
in interfaceorg.thymeleaf.web.IWebSession
-
getAttributeMap
- Specified by:
getAttributeMap
in interfaceorg.thymeleaf.web.IWebSession
-
getAttributeValue
- Specified by:
getAttributeValue
in interfaceorg.thymeleaf.web.IWebSession
-
setAttributeValue
- Specified by:
setAttributeValue
in interfaceorg.thymeleaf.web.IWebSession
-
removeAttribute
- Specified by:
removeAttribute
in interfaceorg.thymeleaf.web.IWebSession
-