net.liftweb.http.provider.servlet

ServletFilterProvider

trait ServletFilterProvider extends Filter with HTTPProvider

Linear Supertypes
HTTPProvider, Filter, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ServletFilterProvider
  2. HTTPProvider
  3. Filter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def bootLift(loader: Box[String]): Unit

    Executes Lift's Boot and makes necessary initializations

    Executes Lift's Boot and makes necessary initializations

    Attributes
    protected
    Definition Classes
    HTTPProvider
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def context: HTTPContext

    Definition Classes
    ServletFilterProviderHTTPProvider
  10. var ctx: HTTPContext

  11. def destroy(): Unit

    Definition Classes
    ServletFilterProvider → Filter
  12. def doFilter(req: ServletRequest, res: ServletResponse, chain: FilterChain): Unit

    Executes the Lift filter component.

    Executes the Lift filter component.

    Definition Classes
    ServletFilterProvider → Filter
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  18. def init(config: FilterConfig): Unit

    Definition Classes
    ServletFilterProvider → Filter
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. 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
    protected
    Definition Classes
    HTTPProvider
  21. def liftServlet: LiftServlet

    Definition Classes
    HTTPProvider
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. 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

    req

    - the request object

    resp

    - the response object

    chain

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

    Attributes
    protected
    Definition Classes
    HTTPProvider
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def terminate: Unit

    Call this from your implementation when the application terminates.

    Call this from your implementation when the application terminates.

    Attributes
    protected
    Definition Classes
    HTTPProvider
  28. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from HTTPProvider

Inherited from Filter

Inherited from AnyRef

Inherited from Any

Ungrouped