This is helper class for {@link URITemplate} that enables recurring literals appearing next to regularexpressions e.g. "/foo/{zipcode:[0-9]{5}}/". Nested expressions with closed sections, like open-closed brackets causes expression to be out of regular grammar (is context-free grammar) which are not supported by Java regexp version. @author amichalec @version $Rev: 1069816 $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|