Returns the map of RequestDispatcher objects. The specified path
maps to the corresponding RequestDispatcher object.
the map of RequestDispatcher objects
Sets a RequestDispatcher that will be returned when calling
MockHttpServletRequest.getRequestDispatcher with the specified path. If no RequestDispatcher
is set for the specified path,
MockHttpServletRequest.getRequestDispatcher automatically creates a
new one.
Parameters: path - the path for the RequestDispatcher Parameters: dispatcher - the RequestDispatcher object
setRequestURI
public void setRequestURI(String requestUri)(Code)
setRequestURL
public void setRequestURL(String requestUrl)(Code)
setRequestedSessionIdFromCookie
public void setRequestedSessionIdFromCookie(boolean requestedSessionIdIsFromCookie)(Code)