Class

net.liftweb.http.provider.servlet

HTTPServletContext

Related Doc: package servlet

Permalink

class HTTPServletContext extends HTTPContext

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HTTPServletContext
  2. HTTPContext
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HTTPServletContext(ctx: ServletContext)

    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 attribute(name: String): Box[Any]

    Permalink

    returns

    the value of the context attribute identified by then provided name. Returns Empty if this parameter does not exist.

    Definition Classes
    HTTPServletContextHTTPContext
  6. def attributes: List[(String, Any)]

    Permalink

    returns

    - a List of Tuple2 consisting of name and value pair of the attributes

    Definition Classes
    HTTPServletContextHTTPContext
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val ctx: ServletContext

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def initParam(name: String): Box[String]

    Permalink

    returns

    the value of the init parameter identified by then provided name. Note that this is not typesfe and you need to explicitely do the casting when reading this attribute. Returns Empty if this parameter does not exist.

    Definition Classes
    HTTPServletContextHTTPContext
  15. def initParams: List[(String, String)]

    Permalink

    returns

    a List of Tuple2 consisting of name and value pair of the init parameters

    Definition Classes
    HTTPServletContextHTTPContext
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def mimeType(path: String): Box[String]

    Permalink

    returns

    the mime type mapped to resource determined by this path.

    Definition Classes
    HTTPServletContextHTTPContext
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def path: String

    Permalink

    returns

    the context path. It always comes first in a request URI. It is the URI part that represent to context of the request.

    Definition Classes
    HTTPServletContextHTTPContext
  22. def removeAttribute(name: String): Unit

    Permalink

    Definition Classes
    HTTPServletContextHTTPContext
  23. def resource(path: String): URL

    Permalink

    Returns the URL representation of a resource that is mapped by a fully qualified path.

    Returns the URL representation of a resource that is mapped by a fully qualified path. The path is considered relative to the root path and it always starts with '/'.

    path

    - the resource path

    returns

    - the URL object of the path

    Definition Classes
    HTTPServletContextHTTPContext
  24. def resourceAsStream(path: String): InputStream

    Permalink

    Same as resource but returns an InputStream to read the resource.

    Same as resource but returns an InputStream to read the resource.

    path

    - the resource path

    returns

    InputStream

    Definition Classes
    HTTPServletContextHTTPContext
  25. def setAttribute(name: String, value: Any): Unit

    Permalink

    Definition Classes
    HTTPServletContextHTTPContext
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

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

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

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

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

Inherited from HTTPContext

Inherited from AnyRef

Inherited from Any

Ungrouped