implicit final class WithHandlerDef extends AnyVal

Source
Router.scala
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithHandlerDef
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WithHandlerDef(request: RequestHeader)

Value Members

  1. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  2. def handlerDef: Option[HandlerDef]

    The HandlerDef representing the routes file entry (if any) on this request.

  3. def hasRouteModifier(modifier: String): Boolean

    Check if the route for this request has the given modifier tag (case insensitive).

    Check if the route for this request has the given modifier tag (case insensitive).

    This can be used by a filter to change behavior.

  4. val request: RequestHeader