BallastRouterFactory
class BallastRouterFactory(val root: String? = null, val useHash: Boolean = true, val notFoundHandler: (String) -> Any? = null) : RouterFactory(source)
A router factory for Ballast routing module.
Parameters
root
the root path of the application
useHash
whether to use hash based routing
notFoundHandler
a function called when no route matches