Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • AdminHttpViewController
  • HttpContextReader
  • HttpDispatcher
  • HttpResponseProcessor
  • HttpService
  • HttpViewController
  • HttpViewControllerRegistry

Class HttpResponseProcessor

Class HttpResponseProcessor

HttpResponseProcessor implements HttpResponseProcessorInterface
Package: Http
Category: System
Implements: HttpResponseProcessorInterface
Located at SystemServices/Http/HttpResponseProcessor.inc.php

Methods summary

public
# proceed( HttpControllerResponseInterface $response )

Processes the http response object which is returned by a controller action method. Sends the processed response header and body to the client (Either redirect or display some output).

Processes the http response object which is returned by a controller action method. Sends the processed response header and body to the client (Either redirect or display some output).

Parameters

$response
Response object from the controllers action method.

Implementation of

HttpResponseProcessorInterface::proceed()
protected
# _sendHeaders( array $httpHeadersArrays )

Sends the response header data to the client by the given http headers array.

Sends the response header data to the client by the given http headers array.

Parameters

$httpHeadersArrays
Array which contains the header items.

See

header Function to send headers data.
protected
# _sendBody( string $httpBody )

Sends the response body data to the client.

Sends the response body data to the client.

Parameters

$httpBody
Rendered response body.
API documentation generated by ApiGen