Method Summary |
|
public SharedAttributeMap | getApplicationMap() |
public String | getContextPath() |
public String | getDispatcherPath() |
public SharedAttributeMap | getGlobalSessionMap() |
public MockParameterMap | getMockRequestParameterMap() Returns the request parameter map as a
MockParameterMap for convenient access in a unit test. |
public MutableAttributeMap | getRequestMap() |
public ParameterMap | getRequestParameterMap() |
public String | getRequestPathInfo() |
public SharedAttributeMap | getSessionMap() |
public void | putRequestParameter(String parameterName, String parameterValue) Puts a request parameter into the mock parameter map. |
public void | putRequestParameter(String parameterName, String[] parameterValues) Puts a multi-valued request parameter into the mock parameter map. |
public void | setApplicationMap(SharedAttributeMap applicationMap) Set the application attribute map. |
public void | setContextPath(String contextPath) Set the context path. |
public void | setDispatcherPath(String dispatcherPath) Set the dispatcher path. |
public void | setGlobalSessionMap(SharedAttributeMap globalSessionMap) Set the global session attribute map. |
public void | setRequestMap(MutableAttributeMap requestMap) Set the request attribute map. |
public void | setRequestParameterMap(ParameterMap requestParameterMap) Set the request parameter map. |
public void | setRequestPathInfo(String requestPathInfo) Set the request path info. |
public void | setSessionMap(SharedAttributeMap sessionMap) Set the session attribute map. |