Package org.glassfish.jersey.uri
Class PathTemplate.PathTemplateParser
java.lang.Object
org.glassfish.jersey.uri.internal.UriTemplateParser
org.glassfish.jersey.uri.PathTemplate.PathTemplateParser
- Enclosing class:
- PathTemplate
Internal parser of this PathTemplate.
- See Also:
-
#PathTemplate(String)
-
Field Summary
Fields inherited from class org.glassfish.jersey.uri.internal.UriTemplateParser
TEMPLATE_VALUE_PATTERN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
encodeLiteralCharacters
(String literalCharacters) Encode literal characters of a template.Methods inherited from class org.glassfish.jersey.uri.internal.UriTemplateParser
getGroupCounts, getGroupIndexes, getNames, getNameToPattern, getNormalizedTemplate, getNumberOfExplicitRegexes, getNumberOfLiteralCharacters, getNumberOfRegexGroups, getPattern, getTemplate
-
Constructor Details
-
PathTemplateParser
Public constructor.- Parameters:
path
- the URI path template
-
-
Method Details
-
encodeLiteralCharacters
Description copied from class:UriTemplateParser
Encode literal characters of a template.- Overrides:
encodeLiteralCharacters
in classUriTemplateParser
- Parameters:
literalCharacters
- the literal characters- Returns:
- the encoded literal characters.
-