org.scalatra.servlet

SessionWrapper

class SessionWrapper extends HttpSession

Linear Supertypes
HttpSession, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SessionWrapper
  2. HttpSession
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SessionWrapper (session: HttpSession)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  9. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def getAttribute (name: String): AnyRef

    Definition Classes
    SessionWrapper → HttpSession
  12. def getAttributeNames (): Enumeration[String]

    Definition Classes
    SessionWrapper → HttpSession
  13. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  14. def getCreationTime (): Long

    Definition Classes
    SessionWrapper → HttpSession
  15. def getId (): String

    Definition Classes
    SessionWrapper → HttpSession
  16. def getLastAccessedTime (): Long

    Definition Classes
    SessionWrapper → HttpSession
  17. def getMaxInactiveInterval (): Int

    Definition Classes
    SessionWrapper → HttpSession
  18. def getServletContext (): ServletContext

    Definition Classes
    SessionWrapper → HttpSession
  19. def getSessionContext (): HttpSessionContext

    Definition Classes
    SessionWrapper → HttpSession
  20. def getValue (name: String): AnyRef

    Definition Classes
    SessionWrapper → HttpSession
  21. def getValueNames (): Array[String]

    Definition Classes
    SessionWrapper → HttpSession
  22. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  23. def invalidate (): Unit

    Definition Classes
    SessionWrapper → HttpSession
  24. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  25. def isNew (): Boolean

    Definition Classes
    SessionWrapper → HttpSession
  26. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  27. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  28. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  29. def putValue (name: String, value: Any): Unit

    Definition Classes
    SessionWrapper → HttpSession
  30. def removeAttribute (name: String): Unit

    Definition Classes
    SessionWrapper → HttpSession
  31. def removeValue (name: String): Unit

    Definition Classes
    SessionWrapper → HttpSession
  32. def setAttribute (name: String, value: Any): Unit

    Definition Classes
    SessionWrapper → HttpSession
  33. def setMaxInactiveInterval (interval: Int): Unit

    Definition Classes
    SessionWrapper → HttpSession
  34. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  35. def toString (): String

    Definition Classes
    AnyRef → Any
  36. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  38. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from HttpSession

Inherited from AnyRef

Inherited from Any