| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |
class MockHttpServletRequest
extends
HttpServletRequest with ScalaObject
- Steve Jenson (stevej@pobox.com)
def this
|
| attr.. |
var attr
|
Map[String, Object] | |
| authType.. |
var authType
|
String | |
| charEncoding.. |
var charEncoding
|
String | |
| contentLength.. |
var contentLength
|
Int | |
| contentType.. |
var contentType
|
String | |
| contextPath.. |
var contextPath
|
String | |
| cookies.. |
var cookies
|
List[Cookie] | |
| headers.. |
var headers
|
Map[String, List[String]] | |
| inputStream.. |
var inputStream
|
ServletInputStream | |
| localAddr.. |
var localAddr
|
String | |
| localName.. |
var localName
|
String | |
| localPort.. |
var localPort
|
Int | |
| locale.. |
var locale
|
Locale | |
| method.. |
var method
|
String | |
| parameterMap.. |
var parameterMap
|
Map[String, List[String]] | |
| path.. |
var path
|
String | |
| protocol.. |
var protocol
|
String | |
| queryString.. |
var queryString
|
String | |
| reader.. |
var reader
|
BufferedReader | |
| remoteAddr.. |
var remoteAddr
|
String | |
| remoteHost.. |
var remoteHost
|
String | |
| remotePort.. |
var remotePort
|
Int | |
| sbis.. |
var sbis
|
InputStream | |
| scheme.. |
var scheme
|
String | |
| serverName.. |
var serverName
|
String | |
| serverPort.. |
var serverPort
|
Int | |
| session.. |
var session
|
HttpSession |
| !=.. |
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 |
| 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 |
| getAttribute.. |
def getAttribute(key : String)
|
Object | |
| getAttributeNames.. |
def getAttributeNames
|
Enumeration[Object] | |
| getAuthType.. |
def getAuthType
|
String | |
| getCharacterEncoding.. |
def getCharacterEncoding
|
String | |
| getClass.. |
final def getClass
|
Class[Any] | AnyRef |
| getContentLength.. |
def getContentLength
|
Int | |
| getContentType.. |
def getContentType
|
String | |
| getContextPath.. |
def getContextPath
|
String | |
| getCookies.. |
def getCookies
|
Array[Cookie] | |
| getDateHeader.. |
def getDateHeader(h : String)
|
Long | |
| getHeader.. |
def getHeader(h : String)
|
String | |
| getHeaderNames.. |
def getHeaderNames
|
Enumeration[Object] | |
| getHeaders.. |
def getHeaders(s : String)
|
Enumeration[Object] | |
| getInputStream.. |
def getInputStream
|
ServletInputStream | |
| getIntHeader.. |
def getIntHeader(h : String)
|
Int | |
| getLocalAddr.. |
def getLocalAddr
|
String | |
| getLocalName.. |
def getLocalName
|
String | |
| getLocalPort.. |
def getLocalPort
|
Int | |
| getLocale.. |
def getLocale
|
Locale | |
| getLocales.. |
def getLocales
|
Enumeration[Object] | |
| getMethod.. |
def getMethod
|
String | |
| getParameter.. |
def getParameter(key : String)
|
String | |
| getParameterMap.. |
def getParameterMap
|
Map[Object, Object] | |
| getParameterNames.. |
def getParameterNames
|
Enumeration[Object] | |
| getParameterValues.. |
def getParameterValues(key : String)
|
Array[String] | |
| getPathInfo.. |
def getPathInfo
|
String | |
| getPathTranslated.. |
def getPathTranslated
|
String | |
| getProtocol.. |
def getProtocol
|
String | |
| getQueryString.. |
def getQueryString
|
String | |
| getReader.. |
def getReader
|
BufferedReader | |
| getRealPath.. |
def getRealPath(s : String)
|
String | |
| getRemoteAddr.. |
def getRemoteAddr
|
String | |
| getRemoteHost.. |
def getRemoteHost
|
String | |
| getRemotePort.. |
def getRemotePort
|
Int | |
| getRemoteUser.. |
def getRemoteUser
|
String | |
| getRequestDispatcher.. |
def getRequestDispatcher(s : String)
|
RequestDispatcher | |
| getRequestURI.. |
def getRequestURI
|
String | |
| getRequestURL.. |
def getRequestURL
|
StringBuffer | |
| getRequestedSessionId.. |
def getRequestedSessionId
|
String | |
| getScheme.. |
def getScheme
|
String | |
| getServerName.. |
def getServerName
|
String | |
| getServerPort.. |
def getServerPort
|
Int | |
| getServletPath.. |
def getServletPath
|
String | |
| getSession.. |
def getSession
|
HttpSession | |
| getSession.. |
def getSession(p : Boolean)
|
HttpSession | |
| getUserPrincipal.. |
def getUserPrincipal
|
Principal | |
| hashCode.. |
def hashCode
|
Int | AnyRef |
| isInstanceOf.. |
final def isInstanceOf[T0]
|
Boolean | Any |
| isRequestedSessionIdFromCookie.. |
def isRequestedSessionIdFromCookie
|
Boolean | |
| isRequestedSessionIdFromURL.. |
def isRequestedSessionIdFromURL
|
Boolean | |
| isRequestedSessionIdFromUrl.. |
def isRequestedSessionIdFromUrl
|
Boolean | |
| isRequestedSessionIdValid.. |
def isRequestedSessionIdValid
|
Boolean | |
| isSecure.. |
def isSecure
|
Boolean | |
| isUserInRole.. |
def isUserInRole(user : String)
|
Boolean | |
| ne.. |
final def ne(arg0 : Object)
|
Boolean | AnyRef |
| notify.. |
final def notify
|
Unit | AnyRef |
| notifyAll.. |
final def notifyAll
|
Unit | AnyRef |
| removeAttribute.. |
def removeAttribute(key : String)
|
Unit | |
| setAttribute.. |
def setAttribute(key : String, value : Object)
|
Unit | |
| setCharacterEncoding.. |
def setCharacterEncoding(enc : String)
|
Unit | |
| setDateHeader.. |
def setDateHeader(s : String, l : Long)
|
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(arg0 : Long)
|
Unit | AnyRef |
| wait.. |
final def wait
|
Unit | AnyRef |
| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |