TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Mvc\Web\AbstractRequestHandler Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Mvc\Web\AbstractRequestHandler:
TYPO3\CMS\Extbase\Mvc\RequestHandlerInterface Tx_Extbase_MVC_Web_AbstractRequestHandler TYPO3\CMS\Extbase\Mvc\Web\BackendRequestHandler TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler TYPO3\CMS\Fluid\Core\Widget\WidgetRequestHandler Tx_Extbase_MVC_Web_BackendRequestHandler Tx_Extbase_MVC_Web_FrontendRequestHandler Tx_Fluid_Core_Widget_WidgetRequestHandler

Public Member Functions

 canHandleRequest ()
 
 getPriority ()
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Mvc\RequestHandlerInterface
 handleRequest ()
 

Protected Attributes

 $objectManager
 
 $dispatcher
 
 $requestBuilder
 
 $environmentService
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! A request handler which can handle web requests.

Definition at line 19 of file AbstractRequestHandler.php.

Member Function Documentation

◆ canHandleRequest()

TYPO3\CMS\Extbase\Mvc\Web\AbstractRequestHandler::canHandleRequest ( )

This request handler can handle any web request.

Returns
boolean If the request is a web request, TRUE otherwise FALSE

Implements TYPO3\CMS\Extbase\Mvc\RequestHandlerInterface.

Definition at line 50 of file AbstractRequestHandler.php.

◆ getPriority()

TYPO3\CMS\Extbase\Mvc\Web\AbstractRequestHandler::getPriority ( )

Returns the priority - how eager the handler is to actually handle the request.

Returns
integer The priority of the request handler.

Implements TYPO3\CMS\Extbase\Mvc\RequestHandlerInterface.

Definition at line 60 of file AbstractRequestHandler.php.

Member Data Documentation

◆ $dispatcher

TYPO3\CMS\Extbase\Mvc\Web\AbstractRequestHandler::$dispatcher
protected

Definition at line 31 of file AbstractRequestHandler.php.

◆ $environmentService

TYPO3\CMS\Extbase\Mvc\Web\AbstractRequestHandler::$environmentService
protected

Definition at line 43 of file AbstractRequestHandler.php.

◆ $objectManager

TYPO3\CMS\Extbase\Mvc\Web\AbstractRequestHandler::$objectManager
protected

Definition at line 25 of file AbstractRequestHandler.php.

◆ $requestBuilder

TYPO3\CMS\Extbase\Mvc\Web\AbstractRequestHandler::$requestBuilder
protected

Definition at line 37 of file AbstractRequestHandler.php.