package view
- Alphabetic
- Public
- All
Type Members
-
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.
- class NotFoundView extends SimpleFilter[Request, Response]
- class TextBlockView extends SimpleFilter[Request, Response]
Value Members
- object IndexView
- object NotFoundView