Package io.undertow.util
Class PathTemplateMatch
- java.lang.Object
-
- io.undertow.util.PathTemplateMatch
-
- Direct Known Subclasses:
PathTemplateMatcher.PathMatchResult
public class PathTemplateMatch extends Object
The result of a path template match.- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static AttachmentKey<PathTemplateMatch>ATTACHMENT_KEY
-
Constructor Summary
Constructors Constructor Description PathTemplateMatch(String matchedTemplate, Map<String,String> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMatchedTemplate()Map<String,String>getParameters()
-
-
-
Field Detail
-
ATTACHMENT_KEY
public static final AttachmentKey<PathTemplateMatch> ATTACHMENT_KEY
-
-