Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: routing-0.0.2
-
Component/s: routing
-
Labels:None
-
Number of attachments :
Description
If you only have a couple of routes and a lot of pages you can save some startup time by avoiding scanning the pages for routes and contributing the routes directly to the RouterDispatcher.
fixed in rev r2034
added a new symbol RoutingSymbols.DISABLE_AUTODISCOVERY to prevent the module from scanning the page packages for routes.