| Class | Description |
|---|---|
| PercentEncoding | |
| Regex | |
| Regex.Java | |
| Regex.Match | |
| Regex.Matcher | |
| RegexFactory | |
| RenderContext |
The render context used to compute the rendering of a parameter map.
|
| RouteEscaper |
The route escaper transformer a regular expression with the following rules:
substitute any char occurence of the source s by the destination d
replace the any by the negated destination character [^]
append
&&[^s] to any top character class
A few examples with / replaced by _:
/ becomes _
. becomes [^/]
[a/] becomes [a_&[^/]]
[,-1] becomes [,-.0-1_&&[^/]]
|
| Router |
The router takes care of mapping a request to a a map.
|
| URIWriter |
An uri writer.
|
| ValueResolverFactory |
| Enum | Description |
|---|---|
| ControlMode | |
| EncodingMode |
Specifies how a string value should be encoded in an URL.
|
| ValueMapping | |
| ValueType |
| Exception | Description |
|---|---|
| MalformedRouteException |
A malformed route.
|
| RouterConfigException |
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.