net.liftweb.mocks.MockServletContext

class MockServletContext

class MockServletContext(val target : String)

 extends ServletContext with ScalaObject


A Mock ServletContext. LiftFilter expects a ServletContext inside a FilterConfig
author
- Steve Jenson (stevej@pobox.com)
param
target - the target directory where your template files live


Source: MockServletContext.scala(66)

 Constructors

def this(target : String)

 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(f : String) Object
getAttributeNames.. def getAttributeNames Enumeration[Object]
getClass.. final def getClass Class[Any] AnyRef
getContext.. def getContext(path : String) ServletContext
getContextPath.. def getContextPath String
getInitParameter.. def getInitParameter(f : String) String
getInitParameterNames.. def getInitParameterNames Enumeration[Object]
getMajorVersion.. def getMajorVersion Int
getMimeType.. def getMimeType(file : String) String
getMinorVersion.. def getMinorVersion Int
getNamedDispatcher.. def getNamedDispatcher(name : String) RequestDispatcher
getRealPath.. def getRealPath(path : String) String
getRequestDispatcher.. def getRequestDispatcher(path : String) RequestDispatcher
getResource.. def getResource(path : String) URL
getResourceAsStream.. def getResourceAsStream(path : String) InputStream
getResourcePaths.. def getResourcePaths(path : String) Set[Object]
getServerInfo.. def getServerInfo String
getServlet.. def getServlet(name : String) Servlet
getServletContextName.. def getServletContextName String
getServletNames.. def getServletNames Enumeration[Object]
getServlets.. def getServlets Enumeration[Object]
hashCode.. def hashCode Int AnyRef
isInstanceOf.. final def isInstanceOf[T0] Boolean Any
log.. def log(msg : String) Unit
log.. def log(msg : String, t : Throwable) Unit
log.. def log(e : Exception, msg : String) Unit
ne.. final def ne(arg0 : Object) Boolean AnyRef
notify.. final def notify Unit AnyRef
notifyAll.. final def notifyAll Unit AnyRef
removeAttribute.. def removeAttribute(name : String) Unit
setAttribute.. def setAttribute(name : String, o : Object) 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.