boolean
checkDeviceFormat
(HttpServletRequest,
TypedProperty) |
Change in signature from
(HttpServletRequest, com.ibm.commerce.datatype.TypedProperty ) to
(javax.servlet.http.HttpServletRequest,
com.ibm.commerce.datatype.TypedProperty ).
|
This method checks whether the request can be handled by this
adapter. |
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 ).
|
This method returns an instance of the adapter if the request
has the correct format |