locallink

package locallink

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. locallink
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait RouteTable[Link] extends AnyRef

  2. class Router[Link] extends AnyRef

  3. trait UrlPart[T] extends AnyRef

    UrlPart defines how to take arbitrary screen parameters and represent them as part of the generated URL.

    UrlPart defines how to take arbitrary screen parameters and represent them as part of the generated URL. The basic idea is that enough information will be stored in the url, such as an object id, that it is possible to reconstruct the object if required.

    - Size is required and must match the length taken from toParts and given to fromParts

  4. trait VolatileLink extends AnyRef

    This trait is used to skip the state cache used in the browsers History API And will in effect force a reload during a popstate event

  5. class fragment extends Annotation with StaticAnnotation

Value Members

  1. object Router

  2. package internal

Inherited from AnyRef

Inherited from Any

Ungrouped