class LiftServlet extends Loggable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LiftServlet
- Loggable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LiftServlet(ctx: HTTPContext)
- new LiftServlet()
Type Members
- class ContinuationActor extends LiftActor
An actor that manages continuations from container (Jetty style)
- trait ProcessingStep extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def destroy: Unit
- def doService(req: Req, response: HTTPResponse): Boolean
Service the HTTP request
- val dumpRequestResponse: Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getContext: HTTPContext
- def getLiftSession(request: Req): LiftSession
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def init: Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logger: Logger
- Attributes
- protected
- Definition Classes
- Loggable
- Annotations
- @transient()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val processingPipeline: Seq[ProcessingStep]
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
- def service(req: Req, resp: HTTPResponse): Boolean
Processes the HTTP requests
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object CheckAuth extends ProcessingStep
- object SessionLossCheck extends ProcessingStep
- object ShuttingDown extends ProcessingStep
To save memory these are only created once and should just be holders for functions *
- object StatefulResponse extends ProcessingStep
- object StatelessResponse extends ProcessingStep