
sri.web.router.WebNavigationAction.scala Maven / Gradle / Ivy
The newest version!
package sri.web.router
class WebNavigationAction private(val value : String) extends AnyVal
object WebNavigationAction {
val PUSH = new WebNavigationAction("PUSH")
val REPLACE = new WebNavigationAction("REPLACE")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy