Class com.ibm.commerce.browseradapter. HttpBrowserAdapter

Removed Methods
boolean  getCacheObjectID (CommandContext, CacheObjectID, TypedProperty) Returns true if current request can be cached.
void  processCacheAdd (CommandContext, CacheObjectID) Adds the request result to the cache.
boolean  processCacheGet (CommandContext, CacheObjectID) Retrieves the request result from the cache.
   
Changed Methods
boolean  checkDeviceFormat (HttpServletRequest, TypedProperty) Change in signature from (HttpServletRequest, com.ibm.commerce.datatype.TypedProperty) to (javax.servlet.http.HttpServletRequest, com.ibm.commerce.datatype.TypedProperty).
Reserved for IBM internal use.
HttpAdapter  createAdapter (HttpServletRequest, HttpServletResponse, TypedProperty) Change in signature from (HttpServletRequest, HttpServletResponse, com.ibm.commerce.datatype.TypedProperty) to (javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, com.ibm.commerce.datatype.TypedProperty).
Reserved for IBM internal use.