LiftFilter
olon.http.LiftFilter
class LiftFilter extends ServletFilterProvider
Attributes
- Graph
-
- Supertypes
-
trait ServletFilterProvidertrait HTTPProvidertrait Filterclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Executes Lift's Boot and makes necessary initializations
Attributes
- Inherited from:
- ServletFilterProvider
Attributes
- Definition Classes
- Inherited from:
- ServletFilterProvider
Executes the Lift filter component.
Attributes
- Definition Classes
- Inherited from:
- ServletFilterProvider
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
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
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
In this article