skinny.test

MockHttpSession

class MockHttpSession extends HttpSession

Linear Supertypes
HttpSession, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MockHttpSession
  2. HttpSession
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MockHttpSession()

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def access: Unit

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val attributes: Map[String, AnyRef]

  9. def clearAttributes: Unit

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val creationTime: Long

  12. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getAttribute(name: String): AnyRef

    Definition Classes
    MockHttpSession → HttpSession
  16. def getAttributeNames(): Enumeration[String]

    Definition Classes
    MockHttpSession → HttpSession
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def getCreationTime(): Long

    Definition Classes
    MockHttpSession → HttpSession
  19. def getId(): String

    Definition Classes
    MockHttpSession → HttpSession
  20. def getLastAccessedTime(): Long

    Definition Classes
    MockHttpSession → HttpSession
  21. def getMaxInactiveInterval(): Int

    Definition Classes
    MockHttpSession → HttpSession
  22. def getServletContext(): javax.servlet.ServletContext

    Definition Classes
    MockHttpSession → HttpSession
  23. def getSessionContext(): HttpSessionContext

    Definition Classes
    MockHttpSession → HttpSession
  24. def getValue(name: String): AnyRef

    Definition Classes
    MockHttpSession → HttpSession
  25. def getValueNames(): Array[String]

    Definition Classes
    MockHttpSession → HttpSession
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. var id: String

  28. var invalid: Boolean

  29. def invalidate(): Unit

    Definition Classes
    MockHttpSession → HttpSession
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def isInvalid: Boolean

  32. def isNew(): Boolean

    Definition Classes
    MockHttpSession → HttpSession
  33. var isNewSession: Boolean

  34. var lastAccessedTime: Long

  35. var maxInactiveInterval: Int

  36. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. var nextId: Int

  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. def putValue(name: String, value: AnyRef): Unit

    Definition Classes
    MockHttpSession → HttpSession
  41. def removeAttribute(name: String): Unit

    Definition Classes
    MockHttpSession → HttpSession
  42. def removeValue(name: String): Unit

    Definition Classes
    MockHttpSession → HttpSession
  43. val servletContext: javax.servlet.ServletContext

  44. def setAttribute(name: String, value: AnyRef): Unit

    Definition Classes
    MockHttpSession → HttpSession
  45. def setMaxInactiveInterval(interval: Int): Unit

    Definition Classes
    MockHttpSession → HttpSession
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from HttpSession

Inherited from AnyRef

Inherited from Any

Ungrouped