public class MockPortletContext extends Object implements javax.portlet.PortletContext
PortletContext interface.| Constructor and Description |
|---|
MockPortletContext()
Create a new MockPortletContext with no base path and a
DefaultResourceLoader (i.e.
|
MockPortletContext(ResourceLoader resourceLoader)
Create a new MockPortletContext, using the specified ResourceLoader
and no base path.
|
MockPortletContext(String resourceBasePath)
Create a new MockPortletContext using a DefaultResourceLoader.
|
MockPortletContext(String resourceBasePath,
ResourceLoader resourceLoader)
Create a new MockPortletContext.
|
public MockPortletContext()
DefaultResourceLoaderpublic MockPortletContext(String resourceBasePath)
resourceBasePath - the WAR root directory (should not end with a slash)DefaultResourceLoaderpublic MockPortletContext(ResourceLoader resourceLoader)
resourceLoader - the ResourceLoader to use (or null for the default)public MockPortletContext(String resourceBasePath, ResourceLoader resourceLoader)
resourceBasePath - the WAR root directory (should not end with a slash)resourceLoader - the ResourceLoader to use (or null for the default)protected String getResourceLocation(String path)
path - the path as specifiedpublic String getServerInfo()
getServerInfo in interface javax.portlet.PortletContextpublic javax.portlet.PortletRequestDispatcher getRequestDispatcher(String path)
getRequestDispatcher in interface javax.portlet.PortletContextpublic javax.portlet.PortletRequestDispatcher getNamedDispatcher(String path)
getNamedDispatcher in interface javax.portlet.PortletContextpublic InputStream getResourceAsStream(String path)
getResourceAsStream in interface javax.portlet.PortletContextpublic int getMajorVersion()
getMajorVersion in interface javax.portlet.PortletContextpublic int getMinorVersion()
getMinorVersion in interface javax.portlet.PortletContextpublic String getMimeType(String filePath)
getMimeType in interface javax.portlet.PortletContextpublic String getRealPath(String path)
getRealPath in interface javax.portlet.PortletContextpublic Set<String> getResourcePaths(String path)
getResourcePaths in interface javax.portlet.PortletContextpublic URL getResource(String path) throws MalformedURLException
getResource in interface javax.portlet.PortletContextMalformedURLExceptionpublic Object getAttribute(String name)
getAttribute in interface javax.portlet.PortletContextpublic Enumeration<String> getAttributeNames()
getAttributeNames in interface javax.portlet.PortletContextpublic void setAttribute(String name, Object value)
setAttribute in interface javax.portlet.PortletContextpublic void removeAttribute(String name)
removeAttribute in interface javax.portlet.PortletContextpublic String getInitParameter(String name)
getInitParameter in interface javax.portlet.PortletContextpublic Enumeration<String> getInitParameterNames()
getInitParameterNames in interface javax.portlet.PortletContextpublic void log(String message)
log in interface javax.portlet.PortletContextpublic void log(String message, Throwable t)
log in interface javax.portlet.PortletContextpublic void setPortletContextName(String portletContextName)
public String getPortletContextName()
getPortletContextName in interface javax.portlet.PortletContextpublic void addContainerRuntimeOption(String key)
public Enumeration<String> getContainerRuntimeOptions()
getContainerRuntimeOptions in interface javax.portlet.PortletContextCopyright © 2015. All rights reserved.