Packages

package view

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class IndexView extends SimpleFilter[Request, Response]

    Wraps content returned from the underlying service with a view of the index.

    Wraps content returned from the underlying service with a view of the index. Note, the view is wrapped around the underlying service selectively. For example, if it's a request from a browser and the content is an html fragment.

  2. class NotFoundView extends SimpleFilter[Request, Response]
  3. class TextBlockView extends SimpleFilter[Request, Response]

Value Members

  1. object IndexView
  2. object NotFoundView

Ungrouped