Interfaces

ComponentDispatcherFactoryInterface

Component dispatcher factory interface

« More »

DispatcherInterface

Joomla Platform CMS Dispatcher Interface

« More »

ModuleDispatcherFactoryInterface

Module dispatcher factory interface

« More »

Classes

AbstractModuleDispatcher

Base class for a Joomla Module Dispatcher.

« More »

ApiDispatcher

API Implementation for our dispatcher. It loads a component's administrator language files, and calls the API Controller so that components that haven't implemented web services can add their own handling.

« More »

ComponentDispatcher

Base class for a Joomla Component Dispatcher

Dispatchers are responsible for checking ACL of a component if appropriate and choosing an appropriate controller (and if necessary, a task) and executing it.
« More »

ComponentDispatcherFactory

Namespace based implementation of the ComponentDispatcherFactoryInterface

« More »

Dispatcher

Base class for a Joomla Dispatcher

« More »

LegacyComponentDispatcher

Base class for a legacy Joomla Dispatcher

Executes the single entry file of a legacy component.
« More »

ModuleDispatcher

Base class for a Joomla Module Dispatcher

Executes the single entry file of a module.
« More »

ModuleDispatcherFactory

Namespace based implementation of the ModuleDispatcherFactoryInterface

« More »