skinny

package skinny

Skinny framework for rapid web app development in Scala.

Skinny is a full-stack web app framework, which is built on Scalatra and additional components are integrated. To put it simply, Skinny framework's concept is Scala on Rails. Skinny is highly inspired by Ruby on Rails and it is optimized for sustainable productivity for ordinary Servlet-based app development.

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

Type Members

  1. type Flash = skinny.controller.Flash

  2. trait Format extends AnyRef

    Response body format.

  3. type MultiParams = skinny.controller.MultiParams

  4. type Params = skinny.controller.Params

  5. type Routes = skinny.routing.Routes

  6. type ServletContext = javax.servlet.ServletContext

  7. case class Skinny(requestScope: Map[String, Any]) extends Product with Serializable

    Global object for accessing Skinny common APIs & request scope attributes in views.

  8. type SkinnyCRUDMapper[A] = skinny.orm.SkinnyCRUDMapper[A]

  9. type SkinnyController = skinny.controller.SkinnyController

  10. type SkinnyControllerBase = skinny.controller.SkinnyControllerBase

  11. type SkinnyJoinTable[A] = skinny.orm.SkinnyJoinTable[A]

  12. type SkinnyLifeCycle = skinny.bootstrap.SkinnyLifeCycle

  13. type SkinnyMapper[A] = skinny.orm.SkinnyMapper[A]

  14. type SkinnyResource = skinny.controller.SkinnyResource

  15. type SkinnyServlet = skinny.controller.SkinnyServlet

Value Members

  1. val Flash: skinny.controller.Flash.type

  2. object Format

    Response body formats.

  3. val MultiParams: skinny.controller.MultiParams.type

  4. val Params: skinny.controller.Params.type

  5. package bootstrap

  6. package controller

  7. package exception

  8. package routing

Inherited from AnyRef

Inherited from Any

Ungrouped