Class com.ibm.commerce.command. HttpCommandContext

Now deprecated.
Removed Methods
Integer  getDefaultDeviceFmt () Return the default device format type Id for this command.
 
Changed Methods
String  buildRedirectUrl (TypedProperty) Method was locally defined, but is now inherited from CommandContextImpl . Returns a redirect url with the properties are part of parameters for the url.
String  getDocumentPathName (String) Method was locally defined, but is now inherited from CommandContextImpl . Return the output document path name based on a base name.
HttpServletRequest  getHttpServletRequest () Change in return type from com.ibm.commerce.command.HttpServletRequest to javax.servlet.http.HttpServletRequest.
Gets the HttpServletRequest associated with this command.
HttpServletResponse  getHttpServletResponse () Change in return type from com.ibm.commerce.command.HttpServletResponse to javax.servlet.http.HttpServletResponse.
Gets the HttpServletResponse associated with this command.
ServletContext  getServletContext () Change in return type from com.ibm.commerce.command.ServletContext to javax.servlet.ServletContext.
Gets the servlet context associated with this request.
String  getWebpath () Method was locally defined, but is now inherited from CommandContextImpl . Gets the web path associated with this request.
void  setHttpServletRequest (HttpServletRequest) Change in signature from com.ibm.commerce.command.HttpServletRequest to javax.servlet.http.HttpServletRequest.
Sets the HttpServletRequest associated with this command.
void  setHttpServletResponse (HttpServletResponse) Change in signature from com.ibm.commerce.command.HttpServletResponse to javax.servlet.http.HttpServletResponse.
Sets the HttpServletResponse associated with this command.