Slots
- addCookieSource
-
Add a cookie to this session.
- bodySource
-
native Elem body()
Get the body element.
-
Map of cookie values keyed by cookie name. The cookies map is readonly and case insensitive.
- createElemSource
-
native Elem createElem(Str tagName, [Str:Str]? attrib := null)
Create a new element with the given tag name. If the attrib map is specified, set the new elements attributes to the given values.
- elemSource
-
Get the element with this
id
, ornull
if no element is found with thisid
. -
private native Str getCookiesStr()
-
new make()
Private ctor.