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 Format = skinny.engine.Format

    Permalink
  3. type KeyAndErrorMessages = skinny.controller.KeyAndErrorMessages

    Permalink
  4. type LoggerProvider = skinny.logging.LoggerProvider

    Permalink
  5. type Logging = skinny.logging.Logging

    Permalink
  6. type MultiParams = skinny.controller.MultiParams

    Permalink
  7. type Params = skinny.controller.Params

    Permalink
  8. type Routes = skinny.routing.Routes

    Permalink
  9. type ServletContext = javax.servlet.ServletContext

    Permalink
  10. type SkinnyApiController = skinny.controller.SkinnyApiController

    Permalink
  11. type SkinnyApiServlet = skinny.controller.SkinnyApiServlet

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

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

    Permalink
  14. type SkinnyController = skinny.controller.SkinnyController

    Permalink
  15. type SkinnyControllerBase = skinny.controller.SkinnyControllerBase

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

    Permalink
  17. type SkinnyLifeCycle = skinny.bootstrap.SkinnyLifeCycle

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

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

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

    Permalink
  21. type SkinnyResource = skinny.controller.SkinnyResource

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

    Permalink
  23. type SkinnyServlet = skinny.controller.SkinnyServlet

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

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

    Permalink
  26. 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 Format: skinny.engine.Format.type

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

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

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

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

    Permalink
  7. package controller

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped