org.apache.jetspeed.mocks
Class BaseMockServletContext

java.lang.Object
  extended byorg.apache.jetspeed.mocks.BaseMockServletContext
All Implemented Interfaces:
javax.servlet.ServletContext
Direct Known Subclasses:
ResourceLocatingServletContext

public abstract class BaseMockServletContext
extends Object
implements javax.servlet.ServletContext


Field Summary
private  Map attributes
           
 
Constructor Summary
BaseMockServletContext()
           
 
Method Summary
 Object getAttribute(String arg0)
           
 Enumeration getAttributeNames()
           
 javax.servlet.ServletContext getContext(String arg0)
           
 String getInitParameter(String arg0)
           
 Enumeration getInitParameterNames()
           
 int getMajorVersion()
           
 String getMimeType(String arg0)
           
 int getMinorVersion()
           
 javax.servlet.RequestDispatcher getNamedDispatcher(String arg0)
           
 String getRealPath(String arg0)
           
 javax.servlet.RequestDispatcher getRequestDispatcher(String arg0)
           
 URL getResource(String arg0)
           
 InputStream getResourceAsStream(String arg0)
           
 Set getResourcePaths(String arg0)
           
 String getServerInfo()
           
 javax.servlet.Servlet getServlet(String arg0)
           
 String getServletContextName()
           
 Enumeration getServletNames()
           
 Enumeration getServlets()
           
 void log(Exception arg0, String arg1)
           
 void log(String arg0)
           
 void log(String arg0, Throwable arg1)
           
 void removeAttribute(String arg0)
           
 void setAttribute(String arg0, Object arg1)
           
protected  void unsupported()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

private final Map attributes
Constructor Detail

BaseMockServletContext

public BaseMockServletContext()
Method Detail

getAttribute

public Object getAttribute(String arg0)
Specified by:
getAttribute in interface javax.servlet.ServletContext

getAttributeNames

public Enumeration getAttributeNames()
Specified by:
getAttributeNames in interface javax.servlet.ServletContext

getContext

public javax.servlet.ServletContext getContext(String arg0)
Specified by:
getContext in interface javax.servlet.ServletContext

getInitParameter

public String getInitParameter(String arg0)
Specified by:
getInitParameter in interface javax.servlet.ServletContext

getInitParameterNames

public Enumeration getInitParameterNames()
Specified by:
getInitParameterNames in interface javax.servlet.ServletContext

getMajorVersion

public int getMajorVersion()
Specified by:
getMajorVersion in interface javax.servlet.ServletContext

getMimeType

public String getMimeType(String arg0)
Specified by:
getMimeType in interface javax.servlet.ServletContext

getMinorVersion

public int getMinorVersion()
Specified by:
getMinorVersion in interface javax.servlet.ServletContext

getNamedDispatcher

public javax.servlet.RequestDispatcher getNamedDispatcher(String arg0)
Specified by:
getNamedDispatcher in interface javax.servlet.ServletContext

getRealPath

public String getRealPath(String arg0)
Specified by:
getRealPath in interface javax.servlet.ServletContext

getRequestDispatcher

public javax.servlet.RequestDispatcher getRequestDispatcher(String arg0)
Specified by:
getRequestDispatcher in interface javax.servlet.ServletContext

getResource

public URL getResource(String arg0)
                throws MalformedURLException
Specified by:
getResource in interface javax.servlet.ServletContext
Throws:
MalformedURLException

getResourceAsStream

public InputStream getResourceAsStream(String arg0)
Specified by:
getResourceAsStream in interface javax.servlet.ServletContext

getResourcePaths

public Set getResourcePaths(String arg0)
Specified by:
getResourcePaths in interface javax.servlet.ServletContext

getServerInfo

public String getServerInfo()
Specified by:
getServerInfo in interface javax.servlet.ServletContext

getServlet

public javax.servlet.Servlet getServlet(String arg0)
                                 throws javax.servlet.ServletException
Specified by:
getServlet in interface javax.servlet.ServletContext
Throws:
javax.servlet.ServletException

getServletContextName

public String getServletContextName()
Specified by:
getServletContextName in interface javax.servlet.ServletContext

getServletNames

public Enumeration getServletNames()
Specified by:
getServletNames in interface javax.servlet.ServletContext

getServlets

public Enumeration getServlets()
Specified by:
getServlets in interface javax.servlet.ServletContext

log

public void log(Exception arg0,
                String arg1)
Specified by:
log in interface javax.servlet.ServletContext

log

public void log(String arg0,
                Throwable arg1)
Specified by:
log in interface javax.servlet.ServletContext

log

public void log(String arg0)
Specified by:
log in interface javax.servlet.ServletContext

removeAttribute

public void removeAttribute(String arg0)
Specified by:
removeAttribute in interface javax.servlet.ServletContext

setAttribute

public void setAttribute(String arg0,
                         Object arg1)
Specified by:
setAttribute in interface javax.servlet.ServletContext

unsupported

protected final void unsupported()
                          throws UnsupportedOperationException
Throws:
UnsupportedOperationException


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.