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 KeyAndErrorMessages = skinny.controller.KeyAndErrorMessages

  4. type Logging = skinny.logging.Logging

  5. type MultiParams = skinny.controller.MultiParams

  6. type Params = skinny.controller.Params

  7. type Routes = skinny.routing.Routes

  8. type ServletContext = javax.servlet.ServletContext

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

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

  10. type SkinnyApiController = skinny.controller.SkinnyApiController

  11. type SkinnyApiServlet = skinny.controller.SkinnyApiServlet

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

  13. type SkinnyCRUDMapperWithId[Id, A] = skinny.orm.SkinnyCRUDMapperWithId[Id, A]

  14. type SkinnyController = skinny.controller.SkinnyController

  15. type SkinnyControllerBase = skinny.controller.SkinnyControllerBase

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

  17. type SkinnyLifeCycle = skinny.bootstrap.SkinnyLifeCycle

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

  19. type SkinnyMapperWithId[Id, A] = skinny.orm.SkinnyMapperWithId[Id, A]

  20. type SkinnyNoIdMapper[A] = skinny.orm.SkinnyNoIdMapper[A]

  21. type SkinnyResource = skinny.controller.SkinnyResource

  22. type SkinnyResourceWithId[Id] = skinny.controller.SkinnyResourceWithId[Id]

  23. type SkinnyServlet = skinny.controller.SkinnyServlet

  24. type TypeConverter[A, B] = org.scalatra.util.conversion.TypeConverter[A, B]

  25. type TypeConverterSupport = org.scalatra.util.conversion.TypeConverterSupport

  26. type SkinnyJoinTableWithId[Id, A] = skinny.orm.SkinnyJoinTableWithId[Id, A]

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.14) Use SkinnyMapper or SkinnyCRUDMapper instead because this mapper has ID.

Value Members

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

  2. object Format

    Response body formats.

  3. val KeyAndErrorMessages: skinny.controller.KeyAndErrorMessages.type

  4. val MultiParams: skinny.controller.MultiParams.type

  5. val Params: skinny.controller.Params.type

  6. val TypeConverterSupport: org.scalatra.util.conversion.TypeConverterSupport.type

  7. package bootstrap

  8. package controller

  9. package exception

  10. package filter

  11. package routing

  12. package session

Inherited from AnyRef

Inherited from Any

Ungrouped