Object/Trait

skinny.controller.feature

RequestScopeFeature

Related Docs: trait RequestScopeFeature | package feature

Permalink

object RequestScopeFeature extends logging.LoggerProvider

Linear Supertypes
logging.LoggerProvider, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequestScopeFeature
  2. LoggerProvider
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ATTR_CONTEXT_PATH: String

    Permalink
  5. val ATTR_CSRF_KEY: String

    Permalink
  6. val ATTR_CSRF_TOKEN: String

    Permalink
  7. val ATTR_ERROR_MESSAGES: String

    Permalink
  8. val ATTR_FLASH: String

    Permalink
  9. val ATTR_I18N: String

    Permalink
  10. val ATTR_KEY_AND_ERROR_MESSAGES: String

    Permalink
  11. val ATTR_MULTI_PARAMS: String

    Permalink
  12. val ATTR_PARAMS: String

    Permalink
  13. val ATTR_REQUEST_PATH: String

    Permalink
  14. val ATTR_REQUEST_PATH_WITH_QUERY_STRING: String

    Permalink
  15. val ATTR_RESOURCES_NAME: String

    Permalink
  16. val ATTR_RESOURCE_NAME: String

    Permalink
  17. val ATTR_SKINNY: String

    Permalink
  18. val REQUEST_SCOPE_KEY: String

    Permalink

    Key for request scope.

  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def getAs[A](request: HttpServletRequest, key: String): Option[A]

    Permalink

    Fetches value from request scope.

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LoggerProvider
  29. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    LoggerProvider
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. def requestScope(request: HttpServletRequest): Map[String, Any]

    Permalink

    Returns request scope Map value.

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

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from logging.LoggerProvider

Inherited from AnyRef

Inherited from Any

Ungrouped