Class

net.liftweb.http

LiftServlet

Related Doc: package http

Permalink

class LiftServlet extends Loggable

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

Instance Constructors

  1. new LiftServlet(ctx: HTTPContext)

    Permalink
  2. new LiftServlet()

    Permalink

Type Members

  1. class ContinuationActor extends LiftActor

    Permalink

    An actor that manages continuations from container (Jetty style)

  2. trait ProcessingStep extends AnyRef

    Permalink

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. object CheckAuth extends ProcessingStep

    Permalink
  5. object SessionLossCheck extends ProcessingStep

    Permalink
  6. object ShuttingDown extends ProcessingStep

    Permalink

    To save memory these are only created once and should just be holders for functions *

  7. object StatefulResponse extends ProcessingStep

    Permalink
  8. object StatelessResponse extends ProcessingStep

    Permalink
  9. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def destroy: Unit

    Permalink
  12. def doService(req: Req, response: HTTPResponse): Boolean

    Permalink

    Service the HTTP request

  13. val dumpRequestResponse: Boolean

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getContext: HTTPContext

    Permalink
  19. def getLiftSession(request: Req): LiftSession

    Permalink
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def init: Unit

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. val processingPipeline: Seq[ProcessingStep]

    Permalink

    This is the processing pipeline for all lift requests.

    This is the processing pipeline for all lift requests. Basically each of these takes a Req and returns either a Full(Response) - in which case return Empty - Go to the next handler Failure - short circuit and return

  28. def service(req: Req, resp: HTTPResponse): Boolean

    Permalink

    Processes the HTTP requests

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

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

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

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

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

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

Inherited from Loggable

Inherited from AnyRef

Inherited from Any

Ungrouped