LiftFilter

olon.http.LiftFilter

Attributes

Graph
Supertypes
trait HTTPProvider
trait Filter
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

protected def bootLift(loader: Box[String]): Unit

Executes Lift's Boot and makes necessary initializations

Executes Lift's Boot and makes necessary initializations

Attributes

Inherited from:
HTTPProvider

Attributes

Inherited from:
ServletFilterProvider
override def destroy: Unit

Attributes

Definition Classes
Inherited from:
ServletFilterProvider

Executes the Lift filter component.

Executes the Lift filter component.

Attributes

Inherited from:
ServletFilterProvider
override def init(config: FilterConfig): Unit

Attributes

Definition Classes
Inherited from:
ServletFilterProvider
protected def isLiftRequest_?(session: Req): Boolean

Tests if a request should be handled by Lift or passed to the container to be executed by other potential filters or servlets.

Tests if a request should be handled by Lift or passed to the container to be executed by other potential filters or servlets.

Attributes

Inherited from:
HTTPProvider

Attributes

Inherited from:
HTTPProvider
protected def service(req: HTTPRequest, resp: HTTPResponse)(chain: => Unit): Unit

Call this function in order for Lift to process this request

Call this function in order for Lift to process this request

Value parameters

chain

- function to be executed in case this request is supposed to not be processed by Lift

req

- the request object

resp

- the response object

Attributes

Inherited from:
HTTPProvider
protected def terminate: Unit

Call this from your implementation when the application terminates.

Call this from your implementation when the application terminates.

Attributes

Inherited from:
HTTPProvider

Inherited fields

Attributes

Inherited from:
ServletFilterProvider