object Redirect

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Redirect
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. case object Push extends Redirect with Product with Serializable

    Can go back.

  2. case object Reload extends Redirect with Product with Serializable

    Full reload if that is meaninful to a routing source.

  3. case object Replace extends Redirect with Product with Serializable

    Can't go back.