Package

skinny

micro

Permalink

package micro

Linear Supertypes
HaltPassControl, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. micro
  2. HaltPassControl
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Action = () ⇒ Any

    Permalink
  2. type AppBase = SkinnyMicroBase

    Permalink
  3. type AsyncAction = (Context) ⇒ Any

    Permalink
  4. type AsyncSingleApp = AsyncSkinnyMicroServlet

    Permalink
  5. type AsyncWebApp = AsyncSkinnyMicroFilter

    Permalink
  6. type ContentTypeInferrer = PartialFunction[Any, String]

    Permalink
  7. type Context = SkinnyContext

    Permalink
  8. type ErrorHandler = PartialFunction[Throwable, Any]

    Permalink
  9. type MultiParams = MultiMap

    Permalink
  10. type Params = MultiMapHeadView[String, String] with MapWithIndifferentAccess[String]

    Permalink
  11. type RenderPipeline = PartialFunction[Any, Any]

    Permalink
  12. type SingleApp = SkinnyMicroServlet

    Permalink
  13. type WebApp = SkinnyMicroFilter

    Permalink

Value Members

  1. val EnvironmentKey: String

    Permalink
  2. val MultiParamsKey: String

    Permalink
  3. def halt(result: ActionResult): Nothing

    Permalink
    Definition Classes
    HaltPassControl
  4. def halt[T](status: Integer, body: T, headers: Map[String, String], reason: String)(implicit arg0: Manifest[T]): Nothing

    Permalink
    Definition Classes
    HaltPassControl
  5. def pass(): Nothing

    Permalink
    Definition Classes
    HaltPassControl
  6. package scalate

    Permalink

Inherited from HaltPassControl

Inherited from AnyRef

Inherited from Any

Ungrouped