net.liftweb.mocks.MockHttpSession

class MockHttpSession

class MockHttpSession

 extends HttpSession with ScalaObject


A Mock HttpSession implementation.
author
- Steve Jenson (stevej@pobox.com)


Source: MockServletContext.scala(154)

 Constructors

def this

 Fields

attr.. protected var attr Map[String, Object]
creationTime.. protected var creationTime Long
maxii.. protected var maxii Int
values.. protected var values Map[String, Object]

 Methods

!=.. 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]
getClass.. final def getClass Class[Any] AnyRef
getCreationTime.. def getCreationTime Long
getId.. def getId String
getLastAccessedTime.. def getLastAccessedTime Long
getMaxInactiveInterval.. def getMaxInactiveInterval Int
getServletContext.. def getServletContext ServletContext
getSessionContext.. def getSessionContext HttpSessionContext
getValue.. def getValue(key : String) Object
getValueNames.. def getValueNames Array[String]
hashCode.. def hashCode Int AnyRef
invalidate.. def invalidate Unit
isInstanceOf.. final def isInstanceOf[T0] Boolean Any
isNew.. def isNew Boolean
ne.. final def ne(arg0 : Object) Boolean AnyRef
notify.. final def notify Unit AnyRef
notifyAll.. final def notifyAll Unit AnyRef
putValue.. def putValue(key : String, value : Object) Unit
removeAttribute.. def removeAttribute(key : String) Unit
removeValue.. def removeValue(key : String) Unit
setAttribute.. def setAttribute(key : String, value : Object) Unit
setMaxInactiveInterval.. def setMaxInactiveInterval(i : Int) 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
Copyright (c) 2006-2010 WorldWide Conferencing, LLC. All Rights Reserved.