Class WebActivitySession

java.lang.Object
com.aspectran.thymeleaf.context.web.WebActivitySession
All Implemented Interfaces:
org.thymeleaf.web.IWebSession

public class WebActivitySession extends Object implements org.thymeleaf.web.IWebSession
  • Method Details

    • exists

      public boolean exists()
      Specified by:
      exists in interface org.thymeleaf.web.IWebSession
    • containsAttribute

      public boolean containsAttribute(String name)
      Specified by:
      containsAttribute in interface org.thymeleaf.web.IWebSession
    • getAttributeCount

      public int getAttributeCount()
      Specified by:
      getAttributeCount in interface org.thymeleaf.web.IWebSession
    • getAllAttributeNames

      public Set<String> getAllAttributeNames()
      Specified by:
      getAllAttributeNames in interface org.thymeleaf.web.IWebSession
    • getAttributeMap

      public Map<String,Object> getAttributeMap()
      Specified by:
      getAttributeMap in interface org.thymeleaf.web.IWebSession
    • getAttributeValue

      public Object getAttributeValue(String name)
      Specified by:
      getAttributeValue in interface org.thymeleaf.web.IWebSession
    • setAttributeValue

      public void setAttributeValue(String name, Object value)
      Specified by:
      setAttributeValue in interface org.thymeleaf.web.IWebSession
    • removeAttribute

      public void removeAttribute(String name)
      Specified by:
      removeAttribute in interface org.thymeleaf.web.IWebSession