Neos\Flow\Mvc\Controller
Namespaces
Classes
An abstract base class for HTTP based controllers
An HTTP based multi-action controller.
A controller argument
A composite of controller arguments
The controller context holds information about the request, response, arguments and further details of a controller. Instances of this class act as a container for conveniently passing the information to other classes who need it, usually views being views or view helpers.
A generic Controller exception
The default property mapping configuration is available inside the Argument-object.
This is a Service which can generate a request hash and check whether the currently given arguments fit to the request hash.
An action controller for RESTful web services
A Special Case of a Controller: If no controller has been specified in the request, this controller is chosen.
Interfaces
Generic interface for controllers