Classes

Load asset pipeline
BaseInterceptor provides base functionality for individual interceptors.
All view middleware, with the exception of the CacheMiddleware, must derive from the BaseViewMiddleware. The BaseViewMiddleware's register function ensures that the middleware priorities are maintained.
Inserts the beacon tracking js used to track views within CEO.
CacheMiddleware does the actual static template cache call for a given URI. It does not check to see if an item can be cached, but leaves that up to the caching service.
Manage compatibility layer specific translations
Checks the debug level to see if you're in debug mode.
Embed middleware handle the replacement of the embed placeholders. Replacement templates are searched in the following order:
Scans content as it is being processed and runs user defined content filters on the resulting data.
InterceptorMiddleware allows the client template to provide a callback for a route.
Scans content as it is being processed and automatically rewrites older Gryphon-style media URLs and turns them into CEO-style media URLs assuming that it can find the media file.
Checks to see if you have preview abilities;
The most basic of example middleware. Injects the timer value into the generated source.