Interface ISpringWebFluxWebSession

All Superinterfaces:
org.thymeleaf.web.IWebSession

public interface ISpringWebFluxWebSession extends org.thymeleaf.web.IWebSession
Since:
3.1.0
Author:
Daniel Fernández
  • Method Details

    • getAttributes

      Map<String,Object> getAttributes()
    • containsAttribute

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

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

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

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

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

      Object getNativeSessionObject()