Package

skinny

Permalink

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

Type Members

  1. type Flash = skinny.controller.Flash

    Permalink
  2. type KeyAndErrorMessages = skinny.controller.KeyAndErrorMessages

    Permalink
  3. type LoggerProvider = skinny.logging.LoggerProvider

    Permalink
  4. type Logging = skinny.logging.Logging

    Permalink
  5. type MultiParams = skinny.controller.MultiParams

    Permalink
  6. type Params = skinny.controller.Params

    Permalink
  7. type Routes = skinny.routing.Routes

    Permalink
  8. type ServletContext = javax.servlet.ServletContext

    Permalink
  9. type SkinnyApiController = skinny.controller.SkinnyApiController

    Permalink
  10. type SkinnyApiServlet = skinny.controller.SkinnyApiServlet

    Permalink
  11. type SkinnyCRUDMapper[A] = skinny.orm.SkinnyCRUDMapper[A]

    Permalink
  12. type SkinnyCRUDMapperWithId[Id, A] = skinny.orm.SkinnyCRUDMapperWithId[Id, A]

    Permalink
  13. type SkinnyController = skinny.controller.SkinnyController

    Permalink
  14. type SkinnyControllerBase = skinny.controller.SkinnyControllerBase

    Permalink
  15. type SkinnyJoinTable[A] = skinny.orm.SkinnyJoinTable[A]

    Permalink
  16. type SkinnyLifeCycle = skinny.bootstrap.SkinnyLifeCycle

    Permalink
  17. type SkinnyMapper[A] = skinny.orm.SkinnyMapper[A]

    Permalink
  18. type SkinnyMapperWithId[Id, A] = skinny.orm.SkinnyMapperWithId[Id, A]

    Permalink
  19. type SkinnyNoIdMapper[A] = skinny.orm.SkinnyNoIdMapper[A]

    Permalink
  20. type SkinnyResource = skinny.controller.SkinnyResource

    Permalink
  21. type SkinnyResourceWithId[Id] = skinny.controller.SkinnyResourceWithId[Id]

    Permalink
  22. type SkinnyServlet = skinny.controller.SkinnyServlet

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

    Permalink
  24. type TypeConverterSupport = skinny.engine.implicits.TypeConverterSupport

    Permalink
  25. type SkinnyJoinTableWithId[Id, A] = skinny.orm.SkinnyJoinTableWithId[Id, A]

    Permalink
    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

    Permalink
  2. val KeyAndErrorMessages: skinny.controller.KeyAndErrorMessages.type

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

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

    Permalink
  5. val TypeConverterSupport: skinny.engine.implicits.TypeConverterSupport.type

    Permalink
  6. package controller

    Permalink
  7. package test

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped