Packages

c

net.liftweb.http

LiftFilter

class LiftFilter extends ServletFilterProvider

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LiftFilter
  2. ServletFilterProvider
  3. HTTPProvider
  4. Filter
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LiftFilter()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. 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
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def context: HTTPContext
    Definition Classes
    ServletFilterProviderHTTPProvider
  8. val ctx: HTTPContext
    Definition Classes
    ServletFilterProvider
  9. def destroy(): Unit
    Definition Classes
    ServletFilterProvider → Filter
  10. def doFilter(req: ServletRequest, res: ServletResponse, chain: FilterChain): Unit

    Executes the Lift filter component.

    Executes the Lift filter component.

    Definition Classes
    ServletFilterProvider → Filter
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. def init(config: FilterConfig): Unit
    Definition Classes
    ServletFilterProvider → Filter
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. 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
  19. def liftServlet: LiftServlet
    Definition Classes
    HTTPProvider
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  23. 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
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. 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
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ServletFilterProvider

Inherited from HTTPProvider

Inherited from Filter

Inherited from AnyRef

Inherited from Any

Ungrouped