com.ibm.commerce.command
Interface HttpViewCommand

All Known Subinterfaces:
HttpViewControllerCommand
All Known Implementing Classes:
HttpDirectViewCommandImpl, HttpForwardViewCommandImpl, HttpIndirectForwardViewCommandImpl, HttpRedirectViewCommandImpl, HttpRedirectViewCommandNoEncryptionImpl, HttpsRedirectViewCommandImpl

public interface HttpViewCommand

HttpViewCommand is the base interface that defines the signature of all commands that retrieve views from the database.


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
 
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.
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values
Method Detail

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