Class com.ibm.commerce.command. HttpCommandContext

Changed Methods
HttpServletRequest  getHttpServletRequest () Change in return type from HttpServletRequest to javax.servlet.http.HttpServletRequest.
Gets the HttpServletRequest associated with this command.
HttpServletResponse  getHttpServletResponse () Change in return type from HttpServletResponse to javax.servlet.http.HttpServletResponse.
Gets the HttpServletResponse associated with this command.
ServletContext  getServletContext () Change in return type from ServletContext to javax.servlet.ServletContext.
Gets the servlet context associated with this request.
void  setHttpServletRequest (HttpServletRequest) Change in signature from HttpServletRequest to javax.servlet.http.HttpServletRequest.
Sets the HttpServletRequest associated with this command.
void  setHttpServletResponse (HttpServletResponse) Change in signature from HttpServletResponse to javax.servlet.http.HttpServletResponse.
Sets the HttpServletResponse associated with this command.