Class com.ibm.commerce.server. ServletHelper

Removed Methods
String  buildHttpsRedirectUrl (String, TypedProperty, HttpServletResponse) Build the url for redirection.
String  buildRedirectUrl (String, TypedProperty, HttpServletResponse) Build the url for redirection.
String  buildRedirectUrl (String, TypedProperty, HttpServletResponse, boolean) Build the url for redirection.
String  setEncoding (HttpServletRequest, String) This method is used to set the encoding for used for retreiving request parameters.
   
Changed Methods
Hashtable  getNVPHash (HttpServletRequest) Change in signature from HttpServletRequest to javax.servlet.http.HttpServletRequest.
Gets the name value pairs.
Hashtable  getNVPHashArray (HttpServletRequest) Change in signature from HttpServletRequest to javax.servlet.http.HttpServletRequest.
Returns Hashtable of key-value pairs where the values are arrays of Strings.
String  getParameter (HttpServletRequest, String) Change in signature from (HttpServletRequest, java.lang.String) to (javax.servlet.http.HttpServletRequest, java.lang.String).
Returns a parameter as string from the HttpServletRequest.
String  getSessionID (HttpServletRequest) Change in signature from HttpServletRequest to javax.servlet.http.HttpServletRequest.
Gets the sessoin Id.
Vector  getURLParameters (HttpServletRequest) Change in signature from HttpServletRequest to javax.servlet.http.HttpServletRequest.
Gets the sessoin Id.
Integer  getUserRefNum (HttpServletRequest) Change in signature from HttpServletRequest to javax.servlet.http.HttpServletRequest.
Gets the user reference number.
TypedProperty  extractEncodedRequestParameters (String) Now deprecated.
Extracts the request parameters from a query string where each parameter is encoded and convert it to a TypedProperty object.