Packages

  • package root
    Definition Classes
    root
  • package skinny

    Skinny framework for rapid web app development in Scala.

    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.

    Definition Classes
    root
  • package bootstrap
  • package controller
  • package exception
  • package filter
  • package routing
  • package session
  • Skinny
p

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
Visibility
  1. Public
  2. Protected

Package Members

  1. package bootstrap
  2. package controller
  3. package exception
  4. package filter
  5. package routing
  6. package session

Type Members

  1. type Context = SkinnyContext
  2. type Flash = skinny.controller.Flash
  3. type Format = skinny.micro.Format
  4. type KeyAndErrorMessages = skinny.controller.KeyAndErrorMessages
  5. type LoggerProvider = skinny.logging.LoggerProvider
  6. type Logging = skinny.logging.Logging
  7. type MultiParams = skinny.controller.MultiParams
  8. type Params = skinny.controller.Params
  9. type Routes = skinny.routing.Routes
  10. type ServletContext = javax.servlet.ServletContext
  11. case class Skinny(context: SkinnyContext, requestScope: Map[String, Any]) extends Product with Serializable

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

  12. type SkinnyApiController = skinny.controller.SkinnyApiController
  13. type SkinnyApiServlet = skinny.controller.SkinnyApiServlet
  14. type SkinnyCRUDMapper[A] = skinny.orm.SkinnyCRUDMapper[A]
  15. type SkinnyCRUDMapperWithId[Id, A] = skinny.orm.SkinnyCRUDMapperWithId[Id, A]
  16. type SkinnyController = skinny.controller.SkinnyController
  17. type SkinnyControllerBase = skinny.controller.SkinnyControllerBase
  18. type SkinnyJoinTable[A] = skinny.orm.SkinnyJoinTable[A]
  19. type SkinnyLifeCycle = skinny.bootstrap.SkinnyLifeCycle
  20. type SkinnyMapper[A] = skinny.orm.SkinnyMapper[A]
  21. type SkinnyMapperWithId[Id, A] = skinny.orm.SkinnyMapperWithId[Id, A]
  22. type SkinnyNoIdMapper[A] = skinny.orm.SkinnyNoIdMapper[A]
  23. type SkinnyResource = skinny.controller.SkinnyResource
  24. type SkinnyResourceWithId[Id] = skinny.controller.SkinnyResourceWithId[Id]
  25. type SkinnyServlet = skinny.controller.SkinnyServlet
  26. type TypeConverter[A, B] = skinny.micro.implicits.TypeConverter[A, B]
  27. type TypeConverterSupport = skinny.micro.implicits.TypeConverterSupport

Value Members

  1. val Flash: skinny.controller.Flash.type
  2. val Format: skinny.micro.Format.type
  3. val KeyAndErrorMessages: skinny.controller.KeyAndErrorMessages.type
  4. val MultiParams: skinny.controller.MultiParams.type
  5. val Params: skinny.controller.Params.type
  6. val TypeConverterSupport: skinny.micro.implicits.TypeConverterSupport.type

Inherited from AnyRef

Inherited from Any

Ungrouped