Module Routing :: RouteSetup
Companion module to the RouteSetup
class, containing classes that can be use to contribute
new kinds of route setups.
Import path
import javascript
Classes
Base |
INTERNAL. Use |
MethodCall |
A route setup that is method call on a router object, installing its arguments as route handlers. |
Range |
This class can be extended to contribute new kinds of route setups. |