Trait

play.api.rest

ResourceRouter

Related Doc: package rest

Permalink

trait ResourceRouter[Resource, Result] extends URLMatchers

Linear Supertypes
URLMatchers, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResourceRouter
  2. URLMatchers
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Endpoint extends AnyRef

    Permalink
    Definition Classes
    URLMatchers

Abstract Value Members

  1. abstract def endpoint: ResourceHandler[Resource, Result]

    Permalink

Concrete 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. object DELETE extends Endpoint

    Permalink
    Definition Classes
    URLMatchers
  5. object GET extends Endpoint

    Permalink
    Definition Classes
    URLMatchers
  6. object HEAD extends Endpoint

    Permalink
    Definition Classes
    URLMatchers
  7. object Id

    Permalink

    Extracts resource identification from the path beginning

    Extracts resource identification from the path beginning

    Definition Classes
    URLMatchers
  8. object LIST

    Permalink
    Definition Classes
    URLMatchers
  9. object Namespace

    Permalink

    Verifies if the requests matches any of known resources

    Verifies if the requests matches any of known resources

    Definition Classes
    URLMatchers
  10. object NestedResource

    Permalink

    Verifies if the requests matches any of known resources

    Verifies if the requests matches any of known resources

    Definition Classes
    URLMatchers
  11. object OPTIONS extends Endpoint

    Permalink
    Definition Classes
    URLMatchers
  12. object PATCH extends Endpoint

    Permalink
    Definition Classes
    URLMatchers
  13. object POST

    Permalink
    Definition Classes
    URLMatchers
  14. object PUT extends Endpoint

    Permalink
    Definition Classes
    URLMatchers
  15. object Path

    Permalink

    Extracts path from the request

    Extracts path from the request

    Definition Classes
    URLMatchers
  16. object PathEnd

    Permalink

    Verifies that the request points to nothing

    Verifies that the request points to nothing

    Definition Classes
    URLMatchers
  17. object Prefix

    Permalink

    Verifies router prefix if matches expectation

    Verifies router prefix if matches expectation

    Definition Classes
    URLMatchers
  18. object Resource

    Permalink

    Checks the requests ends at given resource id

    Checks the requests ends at given resource id

    Definition Classes
    URLMatchers
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def attach(resource: String, router: ResourceRouter[_, (Res[Resource]) ⇒ Result]): Unit

    Permalink
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def dispatcher: PartialFunction[RequestHeader, Result]

    Permalink
  23. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  29. def isResource(resource: String, request: RequestHeader): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  31. var nested: Map[String, ResourceRouter[_, (Res[Resource]) ⇒ Result]]

    Permalink
  32. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  34. object on

    Permalink

    Extracts the method from the request

    Extracts the method from the request

    Definition Classes
    URLMatchers
  35. def prefix: String

    Permalink
    Definition Classes
    ResourceRouterURLMatchers
  36. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from URLMatchers

Inherited from AnyRef

Inherited from Any

Ungrouped