Object/Class

net.liftweb.http

LiftSession

Related Docs: class LiftSession | package http

Permalink

object LiftSession

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LiftSession
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var afterSessionCreate: List[(LiftSession, Req) ⇒ Unit]

    Permalink

    After the session is created, if you need to do anything within the context of the session (like set SessionVars, etc), add the function to this list

  5. def apply(request: Req): LiftSession

    Permalink
  6. def apply(session: HTTPSession, contextPath: String): LiftSession

    Permalink

    Returns a reference to a LiftSession dictated by LiftRules#sessionCreator function.

  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def findSnippetClass(name: String): Box[Class[AnyRef]]

    Permalink
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. var onAboutToShutdownSession: List[(LiftSession) ⇒ Unit]

    Permalink

    Holds user's functions that will be called when the session is about to be terminated

  20. var onBeginServicing: List[(LiftSession, Req) ⇒ Unit]

    Permalink

    Holds user's functions that will be called when a stateful request is about to be processed

  21. var onEndServicing: List[(LiftSession, Req, Box[LiftResponse]) ⇒ Unit]

    Permalink

    Holds user's functions that will be called when a stateful request has been processed

  22. var onFunctionOwnersRemoved: List[(Set[String]) ⇒ Unit]

    Permalink

    Holds user's functions that will be called when a function owner is no longer has functions registered for callbacks.

    Holds user's functions that will be called when a function owner is no longer has functions registered for callbacks.

    Note that owners are typically, though not always, the render version of a page, so this is a good way to find out when a page no longer has any client-side functions (e.g., form fields) bound on the server.

  23. var onSessionActivate: List[(LiftSession) ⇒ Unit]

    Permalink

    Holds user's functions that will be called when the session is activated

  24. var onSessionPassivate: List[(LiftSession) ⇒ Unit]

    Permalink

    Holds user's functions that will be called when the session is passivated

  25. var onSetupSession: List[(LiftSession) ⇒ Unit]

    Permalink

    Holds user's functions that will be called when the session is setup

  26. var onShutdownSession: List[(LiftSession) ⇒ Unit]

    Permalink

    Holds user's functions that will be called when the session is terminated

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped