com.ibm.commerce.command
Interface HttpViewCommand
- All Known Subinterfaces:
- HttpViewControllerCommand
- All Known Implementing Classes:
- HttpForwardViewCommandImpl, HttpDirectViewCommandImpl, HttpRedirectViewCommandNoEncryptionImpl, HttpIndirectForwardViewCommandImpl, HttpRedirectViewCommandImpl, HttpsRedirectViewCommandImpl
- public interface HttpViewCommand
The base interface that defines the signature of all commands that retrieve views from the database.
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
javax.servlet.http.HttpServletRequest |
getRequest()
Gets the HttpServletRequest associated with this command. |
javax.servlet.http.HttpServletResponse |
getResponse()
Gets the HttpServletResponse associated with this command. |
COPYRIGHT
public static final java.lang.String COPYRIGHT
getRequest
public javax.servlet.http.HttpServletRequest getRequest()
- Gets the HttpServletRequest associated with this command.
- Returns:
- HttpServletRequest
getResponse
public javax.servlet.http.HttpServletResponse getResponse()
- Gets the HttpServletResponse associated with this command.
- Returns:
- HttpServletResponse