skinny

micro

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Action = () ⇒ Any

  2. type AppBase = SkinnyMicroBase

  3. type AsyncAction = (Context) ⇒ Any

  4. type AsyncSingleApp = AsyncSkinnyMicroServlet

  5. type AsyncWebApp = AsyncSkinnyMicroFilter

  6. type ContentTypeInferrer = PartialFunction[Any, String]

  7. type Context = SkinnyContext

  8. type ErrorHandler = PartialFunction[Throwable, Any]

  9. type MultiParams = MultiMap

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

  11. type RenderPipeline = PartialFunction[Any, Any]

  12. type SingleApp = SkinnyMicroServlet

  13. type WebApp = SkinnyMicroFilter

Value Members

  1. val EnvironmentKey: String

  2. val MultiParamsKey: String

  3. def halt(result: ActionResult): Nothing

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

    Definition Classes
    HaltPassControl
  5. package json

  6. def pass(): Nothing

    Definition Classes
    HaltPassControl

Inherited from HaltPassControl

Inherited from AnyRef

Inherited from Any

Ungrouped