Instance Constructors
-
new
MockServletContext
(target: String)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getAttribute
(f: String): AnyRef
-
def
getAttributeNames
(): Enumeration[AnyRef]
-
def
getClass
(): java.lang.Class[_]
-
def
getContext
(path: String): ServletContext
-
def
getContextPath
(): String
-
def
getInitParameter
(f: String): String
-
def
getInitParameterNames
(): Enumeration[AnyRef]
-
def
getMajorVersion
(): Int
-
def
getMimeType
(file: String): String
-
def
getMinorVersion
(): Int
-
def
getNamedDispatcher
(name: String): RequestDispatcher
-
def
getRealPath
(path: String): String
-
def
getRequestDispatcher
(path: String): RequestDispatcher
-
def
getResource
(path: String): URL
-
def
getResourceAsStream
(path: String): InputStream
-
def
getResourcePaths
(path: String): Set[AnyRef]
-
def
getServerInfo
(): String
-
def
getServlet
(name: String): Servlet
-
def
getServletContextName
(): String
-
def
getServletNames
(): Enumeration[AnyRef]
-
def
getServlets
(): Enumeration[AnyRef]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
log
(msg: String): Unit
-
def
log
(e: Exception, msg: String): Unit
-
def
log
(msg: String, t: Throwable): Unit
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
removeAttribute
(name: String): Unit
-
def
setAttribute
(name: String, o: AnyRef): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
var
target
: String
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from ServletContext
Inherited from AnyRef
Inherited from Any
A Mock ServletContext. LiftFilter expects a ServletContext inside a FilterConfig