![]() |
TYPO3
7.6
|
Protected Member Functions | |
setViewConfiguration (\TYPO3\CMS\Extbase\Mvc\View\ViewInterface $view) | |
![]() | |
initializeActionMethodArguments () | |
resolveActionMethodName () | |
emitBeforeCallActionMethodSignal (array $preparedArguments) | |
setViewConfiguration (ViewInterface $view) | |
getViewProperty ($extbaseFrameworkConfiguration, $setting) | |
resolveViewObjectName () | |
initializeView (ViewInterface $view) | |
initializeAction () | |
errorAction () | |
clearCacheOnError () | |
addErrorFlashMessage () | |
getErrorFlashMessage () | |
forwardToReferringRequest () | |
getFlattenedValidationErrorMessage () | |
![]() | |
redirect ($actionName, $controllerName=null, $extensionName=null, array $arguments=null, $pageUid=null, $delay=0, $statusCode=303) | |
redirectToUri ($uri, $delay=0, $statusCode=303) | |
addBaseUriIfNecessary ($uri) | |
Protected Attributes | |
$supportedRequestTypes = array(\TYPO3\CMS\Fluid\Core\Widget\WidgetRequest::class) | |
$widgetConfiguration | |
![]() | |
$reflectionService | |
$cacheService | |
$view = null | |
$namespacesViewObjectNamePattern = '@vendor\@extension\View\@controller\@action@format' | |
$viewFormatToObjectNameMap = array() | |
$defaultViewObjectName = \TYPO3\CMS\Fluid\View\TemplateView::class | |
$actionMethodName = 'indexAction' | |
$errorMethodName = 'errorAction' | |
$mvcPropertyMappingConfigurationService | |
$request | |
$response | |
![]() | |
$signalSlotDispatcher | |
$objectManager | |
$uriBuilder | |
$extensionName | |
$settings | |
$request | |
$response | |
$validatorResolver | |
$arguments | |
$supportedRequestTypes = array(\TYPO3\CMS\Extbase\Mvc\Request::class) | |
$controllerContext | |
$configurationManager | |
Additional Inherited Members | |
![]() | |
static | getActionMethodParameters ($objectManager) |
This is the base class for all widget controllers. Basically, it is an ActionController, and it additionally has $this->widgetConfiguration set to the Configuration of the current Widget.
Definition at line 30 of file AbstractWidgetController.php.
processRequest | ( | \TYPO3\CMS\Extbase\Mvc\RequestInterface | $request, |
\TYPO3\CMS\Extbase\Mvc\ResponseInterface | $response | ||
) |
Handles a request. The result output is returned by altering the given response.
\TYPO3\CMS\Extbase\Mvc\RequestInterface | $request | The request object |
\TYPO3\CMS\Extbase\Mvc\ResponseInterface | $response | The response, modified by this handler |
Definition at line 53 of file AbstractWidgetController.php.
|
protected |
Allows the widget template root path to be overriden via the framework configuration, e.g. plugin.tx_extension.view.widget.<WidgetViewHelperClassName>.templateRootPath
\TYPO3\CMS\Extbase\Mvc\View\ViewInterface | $view |
Definition at line 66 of file AbstractWidgetController.php.
|
protected |
Definition at line 35 of file AbstractWidgetController.php.
|
protected |
Definition at line 43 of file AbstractWidgetController.php.