implicit final class WithHandlerDef extends AnyVal
- Source
- Router.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WithHandlerDef
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new WithHandlerDef(request: RequestHeader)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
def
handlerDef: Option[HandlerDef]
The HandlerDef representing the routes file entry (if any) on this request.
-
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.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val request: RequestHeader
-
def
toString(): String
- Definition Classes
- Any