PHP Neos\Flow\Mvc\Routing Namespace

Nested Namespaces

Neos\Flow\Mvc\Routing\Fixtures

Interfaces

Name Description
DynamicRoutePartInterface Contract for Dynamic Route Parts
RoutePartInterface Contract for all Route Parts.
RouterInterface Contract for a Web Router

Classes

Name Description
AbstractRoutePart abstract Route Part
DynamicRoutePart Dynamic Route Part
IdentityRoutePart Identity Route Part This route part can be used to create and resolve ObjectPathMappings.
ObjectPathMapping An ObjectPathMapping model This contains the URI representation of an object (pathSegment)
ObjectPathMappingRepository Repository for object path mapping objects
Route Implementation of a standard route
Router The default web router
RouterCachingService Caching of findMatchResults() and resolve() calls on the web Router.
RoutingComponent A routing HTTP component
StaticRoutePart Static Route Part
UriBuilder An URI Builder