org.sakaiproject.entitybroker.util.http
Class EntityHttpServletRequest.EntityServletContext

java.lang.Object
  extended by org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityServletContext
All Implemented Interfaces:
javax.servlet.ServletContext
Enclosing class:
EntityHttpServletRequest

public static class EntityHttpServletRequest.EntityServletContext
extends Object
implements javax.servlet.ServletContext

For testing, based on the spring Mock version


Field Summary
static String TEMP_DIR_CONTEXT_ATTRIBUTE
           
 
Constructor Summary
EntityHttpServletRequest.EntityServletContext()
          Create a new MockServletContext, using no base path and a DefaultResourceLoader (i.e. the classpath root as WAR root).
EntityHttpServletRequest.EntityServletContext(String resourceBasePath)
          Create a new MockServletContext, using a DefaultResourceLoader.
 
Method Summary
 void addInitParameter(String name, String value)
           
 Object getAttribute(String name)
           
 Enumeration getAttributeNames()
           
 javax.servlet.ServletContext getContext(String contextPath)
           
 String getContextPath()
           
 String getInitParameter(String name)
           
 Enumeration getInitParameterNames()
           
 int getMajorVersion()
           
 String getMimeType(String filePath)
           
 int getMinorVersion()
           
 javax.servlet.RequestDispatcher getNamedDispatcher(String path)
           
 String getRealPath(String path)
           
 javax.servlet.RequestDispatcher getRequestDispatcher(String path)
           
 URL getResource(String path)
           
 InputStream getResourceAsStream(String path)
           
protected  File getResourceFile(String path)
           
protected  String getResourceLocation(String path)
          Build a full resource location for the given path, prepending the resource base path of this MockServletContext.
 Set getResourcePaths(String path)
           
 String getServerInfo()
           
 javax.servlet.Servlet getServlet(String name)
           
 String getServletContextName()
           
 Enumeration getServletNames()
           
 Enumeration getServlets()
           
 void log(Exception ex, String message)
           
 void log(String message)
           
 void log(String message, Throwable ex)
           
 void registerContext(String contextPath, javax.servlet.ServletContext context)
           
 void removeAttribute(String name)
           
 void setAttribute(String name, Object value)
           
 void setContextPath(String contextPath)
           
 void setServletContextName(String servletContextName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEMP_DIR_CONTEXT_ATTRIBUTE

public static final String TEMP_DIR_CONTEXT_ATTRIBUTE
See Also:
Constant Field Values
Constructor Detail

EntityHttpServletRequest.EntityServletContext

public EntityHttpServletRequest.EntityServletContext()
Create a new MockServletContext, using no base path and a DefaultResourceLoader (i.e. the classpath root as WAR root).

See Also:
DefaultResourceLoader

EntityHttpServletRequest.EntityServletContext

public EntityHttpServletRequest.EntityServletContext(String resourceBasePath)
Create a new MockServletContext, using a DefaultResourceLoader.

Parameters:
resourceBasePath - the WAR root directory (should not end with a slash)
See Also:
DefaultResourceLoader
Method Detail

getResourceFile

protected File getResourceFile(String path)

getResourceLocation

protected String getResourceLocation(String path)
Build a full resource location for the given path, prepending the resource base path of this MockServletContext.

Parameters:
path - the path as specified
Returns:
the full resource path

setContextPath

public void setContextPath(String contextPath)

getContextPath

public String getContextPath()

registerContext

public void registerContext(String contextPath,
                            javax.servlet.ServletContext context)

getContext

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

getMajorVersion

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

getMinorVersion

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

getMimeType

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

getResourcePaths

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

getResource

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

getResourceAsStream

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

getRequestDispatcher

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

getNamedDispatcher

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

getServlet

public javax.servlet.Servlet getServlet(String name)
Specified by:
getServlet in interface javax.servlet.ServletContext

getServlets

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

getServletNames

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

log

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

log

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

log

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

getRealPath

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

getServerInfo

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

getInitParameter

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

addInitParameter

public void addInitParameter(String name,
                             String value)

getInitParameterNames

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

getAttribute

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

getAttributeNames

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

setAttribute

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

removeAttribute

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

setServletContextName

public void setServletContextName(String servletContextName)

getServletContextName

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


Copyright © 2007-2013 CARET, University of Cambridge. All Rights Reserved.