Uses of Class
org.atmosphere.util.uri.UriPattern
-
Packages that use UriPattern Package Description org.atmosphere.util.uri -
-
Uses of UriPattern in org.atmosphere.util.uri
Fields in org.atmosphere.util.uri declared as UriPattern Modifier and Type Field Description static UriPatternUriPattern. EMPTYThe empty URI pattern that matches the null or empty URI pathMethods in org.atmosphere.util.uri that return UriPattern Modifier and Type Method Description protected UriPatternUriTemplate. createUriPattern(UriTemplateParser templateParser)Create the URI pattern from a URI template parser.UriPatternUriTemplate. getPattern()Get the URI pattern.
-