com.ibm.commerce.command

Class HttpDirectViewCommandImpl

    • Constructor Detail

      • HttpDirectViewCommandImpl

        public HttpDirectViewCommandImpl()
        This is the default constructor for this class. It calls the constructor from the superclass.
    • Method Detail

      • getEncoding

        public java.lang.String getEncoding()
        This method gets the encoding.
        Returns:
        This method returns the encoding of the text document.
      • getRequest

        public javax.servlet.http.HttpServletRequest getRequest()
        This method gets the HttpServletRequest object associated with this command.
        Specified by:
        getRequest in interface HttpViewCommand
        Returns:
        This method returns an HttpServletRequest object.
      • getResponse

        public javax.servlet.http.HttpServletResponse getResponse()
        This method gets the HttpServletResponse object associated with this command.
        Specified by:
        getResponse in interface HttpViewCommand
        Returns:
        This method returns an HttpServletResponse object.