skinny

Skinny

case class Skinny(requestScope: Map[String, Any]) extends Product with Serializable

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

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Skinny
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Skinny(requestScope: Map[String, Any])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def contextPath: String

  9. def csrfHiddenInputTag: String

  10. def csrfKey: String

  11. def csrfMetaTag: String

  12. def csrfMetaTags: String

  13. def csrfToken: String

  14. def env: String

  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def errorMessages: Seq[String]

  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def flash: Flash

  19. def getAs[A](key: String): Option[A]

  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def getContextPath: String

  22. def getCsrfHiddenInputTag: String

  23. def getCsrfKey: String

  24. def getCsrfMetaTag: String

  25. def getCsrfToken: String

  26. def getEnv: String

  27. def getErrorMessages: Seq[String]

  28. def getFlash: Flash

  29. def getI18n: I18n

  30. def getKeyAndErrorMessages: Map[String, Seq[String]]

  31. def getMultiParams: MultiParams

  32. def getParams: Params

  33. def getRequestPath: String

  34. def getRequestPathWithQueryString: String

  35. def i18n: I18n

  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. def keyAndErrorMessages: Map[String, Seq[String]]

  38. def multiParams: MultiParams

  39. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  40. final def notify(): Unit

    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  42. def params: Params

  43. def requestPath: String

  44. def requestPathWithQueryString: String

  45. val requestScope: Map[String, Any]

  46. def set(key: String, value: Any): Unit

  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  48. def url(route: Route, params: (String, Any)*)(implicit req: HttpServletRequest = ThreadLocalRequest.get()): String

    Skinny's utility for Scalatra reverse routing.

    Skinny's utility for Scalatra reverse routing. This method will make your view template simpler because - no need to call #toString for params - extract value from Option automatically

  49. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped