public class RhnMockPageContext
extends com.mockobjects.servlet.MockPageContext
| Constructor and Description |
|---|
RhnMockPageContext() |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.ServletResponse |
getResponse() |
void |
setResponse(javax.servlet.ServletResponse responseIn) |
findAttribute, forward, getAttribute, getAttribute, getAttributeNamesInScope, getAttributesScope, getException, getOut, getPage, getRequest, getServletConfig, getServletContext, getSession, handlePageException, handlePageException, include, initialize, release, removeAttribute, removeAttribute, setAttribute, setAttribute, setJspWriter, setRequest, setServletContext, setSession, verifypublic javax.servlet.ServletResponse getResponse()
getResponse in class com.mockobjects.servlet.MockPageContextpublic void setResponse(javax.servlet.ServletResponse responseIn)
responseIn - The response to set.