Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RoutingRulesF.type
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Create routing rules all at once, with compiler proof that all Page
s will have a Path
and Action
associated.
Create routing rules all at once, with compiler proof that all Page
s will have a Path
and Action
associated.
The trade-off here is that care will need to be taken to ensure that path-parsing aligns with paths generated for pages. It is recommended that you call RouterConfig.verify as a sanity-check.
Attributes
Create routing rules all at once, with compiler proof that all Page
s will have a Path
and Action
associated.
Create routing rules all at once, with compiler proof that all Page
s will have a Path
and Action
associated.
The trade-off here is that care will need to be taken to ensure that path-parsing aligns with paths generated for pages. It is recommended that you call RouterConfig.verify as a sanity-check.