mondrian.tui
public class MockServletConfig extends Object implements ServletConfig
If you need to add to this implementation, please do so.
Constructor and Description |
---|
MockServletConfig() |
MockServletConfig(ServletContext servletContext) |
Modifier and Type | Method and Description |
---|---|
void |
addInitParameter(String key,
String value) |
String |
getInitParameter(String key)
Returns a String containing the value of the named initialization
parameter, or null if the parameter does not exist.
|
Enumeration |
getInitParameterNames()
Returns the names of the servlet's initialization parameters as an
Enumeration of String objects, or an empty Enumeration if the servlet
has no initialization parameters.
|
ServletContext |
getServletContext()
Returns a reference to the ServletContext in which the servlet is
executing.
|
String |
getServletName()
Returns the name of this servlet instance.
|
void |
setServletContext(ServletContext servletContext) |
void |
setServletName(String servletName) |
public MockServletConfig()
public MockServletConfig(ServletContext servletContext)
public String getServletName()
getServletName
in interface ServletConfig
public ServletContext getServletContext()
getServletContext
in interface ServletConfig
public String getInitParameter(String key)
getInitParameter
in interface ServletConfig
public Enumeration getInitParameterNames()
getInitParameterNames
in interface ServletConfig
public void setServletName(String servletName)
public void setServletContext(ServletContext servletContext)