Interface HttpViewControllerInterface
Interface HttpViewControllerInterface
Direct known implementers
Indirect known implementers
AbstractModuleCenterModuleController,
AdminAccessAjaxController,
CartController,
ShippingPaymentMatrixAjaxController,
ShopKeyController,
SlidersDetailsAjaxController,
SlidersDetailsController,
SlidersOverviewAjaxController,
SlidersOverviewController,
StaticSeoUrlAjaxController,
StaticSeoUrlController,
StyleEdit3AuthenticationController,
TemplateConfigurationController,
CartDropdownController,
TrustedShopsModuleCenterModuleController,
UserConfigurationController,
VersionInfoController,
VPEAjaxController,
VPEController,
WishListController,
YategoModuleCenterModuleController,
YoochooseModuleCenterModuleController,
ZonesController,
CartShippingCostsController,
CatalogSelectWidgetAjaxController,
CheckQuantityController,
CheckStatusController,
ContentManagerElementsAjaxController,
ContentManagerElementsController,
ContentManagerPagesAjaxController,
ContentManagerPagesController,
AdminAccessController,
ContentManagerProductContentsAjaxController,
ContentManagerProductContentsController,
CookieBarController,
CreateGuestController,
CreateRegistreeController,
CustomerGroupAjaxController,
CustomerGroupController,
CustomerLoginController,
DashboardController,
DynamicShopMessagesController,
AdminFavoritesAjaxController,
EkomiModuleCenterModuleController,
EmailsController,
EmbeddedModuleController,
ExtraContentController,
FileManagerController,
FilterController,
FindologicModuleCenterModuleController,
GeschaeftskundenversandController,
GeschaeftskundenversandModuleCenterModuleController,
GoogleAdwordConversionModuleCenterModuleController,
AdminHttpViewController,
GXModuleCenterModuleButtonActionsAjaxController,
GXModuleCenterModuleController,
HeidelpayModuleCenterModuleController,
HermesModuleCenterModuleController,
IloxxModuleCenterModuleController,
ImageProcessingController,
ImageRequestController,
IntrashipModuleCenterModuleController,
InvoicesModalsAjaxController,
InvoicesOverviewAjaxController,
AdminInfoBoxAjaxController,
InvoicesOverviewController,
ItRechtModuleCenterModuleController,
JanolawModuleCenterModuleController,
JsConfigurationController,
JsTranslationsController,
JSWidgetsAjaxController,
LawsController,
LettrModuleCenterModuleController,
LiveSearchController,
MagnalisterModuleCenterModuleController,
AfterbuyAjaxController,
MailbeezModuleCenterModuleController,
ManufacturerAjaxController,
ManufacturerController,
MaxFileSizeController,
MediafinanzModuleCenterModuleController,
ModuleCenterController,
NewAttributesController,
NewsletterLinkModuleCenterModuleController,
OrdersModalsAjaxController,
OrdersOverviewAjaxController,
AfterbuyModuleCenterModuleController,
OrdersOverviewController,
OrderStatusAjaxController,
OrderTooltipController,
PackedDownloadController,
ParcelshopfinderController,
ParcelshopfinderModuleCenterModuleController,
PayOneModuleCenterModuleController,
PayPalConfigurationController,
PayPalController,
PersonalDataController,
AmazonPayConfigurationController,
PostfinderModuleCenterModuleController,
ProductAttributesModuleCenterModuleController,
ProductMediaContentController,
ProductQuestionController,
ProtectedShopsModuleCenterModuleController,
QuantityUnitAjaxController,
QuantityUnitController,
QuickEditOverviewAjaxController,
QuickEditOverviewController,
QuickEditProductPropertiesAjaxController,
BrickfoxModuleCenterModuleController,
QuickEditSpecialPricesAjaxController,
ResponsiveFilemanagerController,
ResponsiveFileManagerModuleCenterModuleController,
SessionTimeoutAjaxController,
SharedShoppingCartConfigurationController,
SharedShoppingCartController,
SharedShoppingCartModuleCenterModuleController,
ShipcloudController,
ShipcloudModuleCenterModuleController,
ShipcloudWebhookController
Category: System
Located at Services/System/Http/Interfaces/HttpViewControllerInterface.inc.php
Methods summary
public
proceed( HttpContextInterface $httpContext )
Processes a http response object which is get by invoking an action method. The action method is determined by the current http context.
public
actionDefault( void )
: HttpControllerResponseInterface
Default action method. Every controller child class requires at least the default action method, which is invoked when the ::_getQueryParameterData('do') value is not separated by a trailing slash.