Classes
| Class | Description | |
|---|---|---|
|
|
PageDataHandlerException |
Page data handler exception.
|
|
|
PageHandler |
Page request handler for all page routing
|
|
|
PageRequestData |
Container for page request routing data.
|
|
|
PageRoute |
Page route
|
|
|
RedirectHandler |
Redirect handler
|
|
|
RouteHandlerWrapper |
Routehandler for the specific http-handler.
|
|
|
RouteNoOutbundPath |
Route with no oubound mapping.
|
|
|
RoutePath |
Route path, is used with RouteUtilities.
|
|
|
RouteUtilities |
Route utilities
|
|
|
RoutingCache |
Routing cache for the urls.
|
|
|
RoutingService |
Routing service.
|
Interfaces
| Interface | Description | |
|---|---|---|
|
|
IPageDataHandler |
Describing the page data handler that is using to extend the CMS page with extended objects.
Example an Product or ProductGroup page.
|