com.ibm.commerce.command

Class HttpForwardViewCommandImpl

    • Constructor Detail

      • HttpForwardViewCommandImpl

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

      • getRequest

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

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

        public javax.servlet.ServletContext getServletContext()
        This method gets the servlet context associated with this request.
        Returns:
        A ServletContext object.
      • performExecute

        public void performExecute()
                            throws ECException
        This method defines the business logic for this forward view command. For this default implementation, the request properties object and each of the individual properties are set as attributes in the HttpServletRequest.
        Specified by:
        performExecute in interface ECCommand
        Specified by:
        performExecute in class AbstractViewCommand
        Throws:
        ECException