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 Logging = skinny.logging.Logging

    Permalink
  4. type MultiParams = skinny.controller.MultiParams

    Permalink
  5. type Params = skinny.controller.Params

    Permalink
  6. type Routes = skinny.routing.Routes

    Permalink
  7. type ServletContext = javax.servlet.ServletContext

    Permalink
  8. type SkinnyApiController = skinny.controller.SkinnyApiController

    Permalink
  9. type SkinnyApiServlet = skinny.controller.SkinnyApiServlet

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

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

    Permalink
  12. type SkinnyController = skinny.controller.SkinnyController

    Permalink
  13. type SkinnyControllerBase = skinny.controller.SkinnyControllerBase

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

    Permalink
  15. type SkinnyLifeCycle = skinny.bootstrap.SkinnyLifeCycle

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

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

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

    Permalink
  19. type SkinnyResource = skinny.controller.SkinnyResource

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

    Permalink
  21. type SkinnyServlet = skinny.controller.SkinnyServlet

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

    Permalink
  23. type TypeConverterSupport = org.scalatra.util.conversion.TypeConverterSupport

    Permalink
  24. 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: org.scalatra.util.conversion.TypeConverterSupport.type

    Permalink
  6. package assets

    Permalink
  7. package controller

    Permalink
  8. package exception

    Permalink
  9. package task

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped