Interface RequestHandlerInterface
Request handlers executes Module logics.
A request handler is delegated to - receive input parameters (parameter binding), - validate, - perform process()-ing.
Direct known implementers
Nethgui\Controller\AbstractController, Nethgui\Controller\CompositeController, Nethgui\Controller\ListCompositeIndirect known implementers
Nethgui\Controller\Collection\AbstractAction, Nethgui\Controller\CollectionController, Nethgui\Controller\TableController, Nethgui\Controller\TabsController, Nethgui\Module\Help, Nethgui\Module\Help\Common, Nethgui\Module\Help\Read, Nethgui\Module\Help\Show, Nethgui\Module\Help\Template, Nethgui\Module\Language, Nethgui\Module\Login, Nethgui\Module\Logout, Nethgui\Controller\Table\AbstractAction, Nethgui\Module\Main, Nethgui\Module\Menu, Nethgui\Module\Resource, Nethgui\Module\Tracker, Nethgui\Test\Unit\Nethgui\Module\ConcreteStandardModule1, Nethgui\Controller\Table\Help, Nethgui\Controller\Table\Modify, Nethgui\Controller\Table\PluggableAction, Nethgui\Controller\Table\PluginCollector, Nethgui\Controller\Table\Read, Nethgui\Controller\Table\RowAbstractAction, Nethgui\Controller\Table\RowPluginAction
Namespace: Nethgui\Controller
Author: Davide Principi davide.principi@nethesis.it
Since: 1.0
See: ModuleInterface
See: http://en.wikipedia.org/wiki/Template_method_pattern
Api
Located at Controller/RequestHandlerInterface.php
Author: Davide Principi davide.principi@nethesis.it
Since: 1.0
See: ModuleInterface
See: http://en.wikipedia.org/wiki/Template_method_pattern
Api
Located at Controller/RequestHandlerInterface.php
public
|
|
public
|
|
public
|
|
public
mixed
|
string |
ACTION_MUTATE
Authorization required to send a mutation request |
#
'MUTATE'
|
string |
ACTION_QUERY
Authorization required to send a query request |
#
'QUERY'
|