skinny

package skinny

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 Context = SkinnyEngineContext

  2. type Flash = skinny.controller.Flash

  3. type Format = skinny.engine.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. type SkinnyApiController = skinny.controller.SkinnyApiController

  12. type SkinnyApiServlet = skinny.controller.SkinnyApiServlet

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

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

  15. type SkinnyController = skinny.controller.SkinnyController

  16. type SkinnyControllerBase = skinny.controller.SkinnyControllerBase

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

  18. type SkinnyLifeCycle = skinny.bootstrap.SkinnyLifeCycle

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

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

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

  22. type SkinnyResource = skinny.controller.SkinnyResource

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

  24. type SkinnyServlet = skinny.controller.SkinnyServlet

  25. type TypeConverter[A, B] = skinny.engine.implicits.TypeConverter[A, B]

  26. type TypeConverterSupport = skinny.engine.implicits.TypeConverterSupport

  27. 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. val Format: skinny.engine.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.engine.implicits.TypeConverterSupport.type

  7. package controller

  8. package view

Inherited from AnyRef

Inherited from Any

Ungrouped