Class

net.liftweb.http

LiftFilter

Related Doc: package http

Permalink

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()

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

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

    Permalink

    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

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

    Permalink
    Definition Classes
    ServletFilterProviderHTTPProvider
  8. var ctx: HTTPContext

    Permalink
    Definition Classes
    ServletFilterProvider
  9. def destroy(): Unit

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

    Permalink

    Executes the Lift filter component.

    Executes the Lift filter component.

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  18. def isLiftRequest_?(session: Req): Boolean

    Permalink

    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

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

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def service(req: HTTPRequest, resp: HTTPResponse)(chain: ⇒ Unit): Unit

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  25. def terminate: Unit

    Permalink

    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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ServletFilterProvider

Inherited from HTTPProvider

Inherited from Filter

Inherited from AnyRef

Inherited from Any

Ungrouped