pro
.
savant
.
circumflex
.
web
Router
class
Router
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
Router
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
Router
()
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
val
any
:
Route
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
val
delete
:
Route
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
val
filter
:
FilterRoute
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
val
get
:
Route
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
getOrPost
:
Route
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
val
head
:
Route
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
options
:
Route
val
patch
:
Route
val
post
:
Route
def
prefix
:
String
val
put
:
Route
implicit
def
regex2uriMatcher
(
regex:
Regex
)
:
UriMatcher
val
rewrite
:
RewriteRoute
implicit
def
router2response
(
router:
Router
)
:
RouteResponse
implicit
def
string2response
(
str:
String
)
:
RouteResponse
implicit
def
string2uriMatcher
(
str:
String
)
:
UriMatcher
val
sub
:
SubRoute
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
uri
:
MatchResult
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
implicit
def
xml2response
(
xml:
Node
)
:
RouteResponse
Inherited from
AnyRef
Inherited from
Any
Ungrouped