| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |
trait HTTPContext
extends
Object
| path.. |
abstract def path
[details]
|
String |
| !=.. |
final def !=(arg0 : Object)
|
Boolean | AnyRef |
| !=.. |
final def !=(arg0 : Any)
|
Boolean | Any |
| ==.. |
final def ==(arg0 : Any)
|
Boolean | Any |
| ==.. |
final def ==(arg0 : Object)
|
Boolean | AnyRef |
| asInstanceOf.. |
final def asInstanceOf[T0]
|
T0 | Any |
| attribute.. |
abstract def attribute(name : String)
[details]
|
Box[Any] | |
| attributes.. |
abstract def attributes
[details]
|
List[(String, Any)] | |
| clone.. |
protected def clone
|
Object | AnyRef |
| eq.. |
final def eq(arg0 : Object)
|
Boolean | AnyRef |
| equals.. |
def equals(arg0 : Any)
|
Boolean | AnyRef |
| finalize.. |
protected def finalize
|
Unit | AnyRef |
| getClass.. |
final def getClass
|
Class[Any] | AnyRef |
| hashCode.. |
def hashCode
|
Int | AnyRef |
| initParam.. |
abstract def initParam(name : String)
[details]
|
Box[String] | |
| initParams.. |
abstract def initParams
[details]
|
List[(String, String)] | |
| isInstanceOf.. |
final def isInstanceOf[T0]
|
Boolean | Any |
| mimeType.. |
abstract def mimeType(path : String)
[details]
|
Box[String] | |
| ne.. |
final def ne(arg0 : Object)
|
Boolean | AnyRef |
| notify.. |
final def notify
|
Unit | AnyRef |
| notifyAll.. |
final def notifyAll
|
Unit | AnyRef |
| removeAttribute.. |
abstract def removeAttribute(name : String)
[details]
|
Unit | |
| resource.. |
abstract def resource(path : String)
Returns the URL representation of a resource that is mapped by a fully qualified path
[details]
The path is considered relative to the root path and it always starts with '/'.
|
URL | |
| resourceAsStream.. |
abstract def resourceAsStream(path : String)
Same as resource but returns an InputStream to read the resource
[details]
|
InputStream | |
| setAttribute.. |
abstract def setAttribute(name : String, value : Any)
[details]
|
Unit | |
| synchronized.. |
final def synchronized[T0](arg0 : T0)
|
T0 | AnyRef |
| toString.. |
def toString
|
String | AnyRef |
| wait.. |
final def wait(arg0 : Long, arg1 : Int)
|
Unit | AnyRef |
| wait.. |
final def wait
|
Unit | AnyRef |
| wait.. |
final def wait(arg0 : Long)
|
Unit | AnyRef |
| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |