All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xitrum.SessionVar.scala Maven / Gradle / Ivy

The newest version!
package xitrum

import scala.collection.mutable

class SessionVar[+A](implicit m: Manifest[A]) extends OptVar[A] {
  def getAll(implicit action: Action): mutable.Map[String, Any] = action.session
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy