com.ibm.commerce.command.RedirectViewCommandImpl
to
com.ibm.commerce.command.HttpRedirectViewCommandImpl
.Changed Methods | ||
HttpServletRequest
getRequest
() |
Change in return type from
com.ibm.commerce.command.HttpServletRequest to
javax.servlet.http.HttpServletRequest .Method was locally defined, but is now inherited from HttpRedirectViewCommandImpl . |
Gets the HttpServletRequest associated with this command. |
HttpServletResponse
getResponse
() |
Change in return type from
com.ibm.commerce.command.HttpServletResponse to
javax.servlet.http.HttpServletResponse .Method was locally defined, but is now inherited from HttpRedirectViewCommandImpl . |
Gets the HttpServletResponse associated with this command. |
void
performExecute
() |
Method was locally defined, but is now inherited from HttpRedirectViewCommandImpl . | The business logic for this redirect view command. |
void
redirect
(String ) |
Method was locally defined, but is now inherited from HttpRedirectViewCommandImpl . | Redirects the url. |