Controller
Table of Contents
Namespaces
- Component
- Exception
Classes
- Component
- Base class for an individual Component. Components provide reusable bits of
controller logic that can be composed into a controller. Components also
provide request life-cycle callbacks for injecting logic at specific points.
- ComponentRegistry
- ComponentRegistry is a registry for loaded components
- Controller
- Application controller class for organization of business logic.
- ControllerFactory
- Factory method for building controllers for request.
- ErrorController
- Error Handling Controller