com.ibm.commerce.command

Interface HttpViewCommand

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      javax.servlet.http.HttpServletRequest getRequest()
      This method gets the HttpServletRequest associated with this command.
      javax.servlet.http.HttpServletResponse getResponse()
      This method gets the HttpServletResponse associated with this command.
    • Field Detail

      • COPYRIGHT

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

      • getRequest

        javax.servlet.http.HttpServletRequest getRequest()
        This method gets the HttpServletRequest associated with this command.
        Returns:
        This method returns an HttpServletRequest object.
      • getResponse

        javax.servlet.http.HttpServletResponse getResponse()
        This method gets the HttpServletResponse associated with this command.
        Returns:
        This method returns an HttpServletResponse object.