Package oracle.dbtools.plugin.api.routes
Interface PathTemplates
-
public interface PathTemplatesServices for working withPathTemplateMatchinstances- Author:
- cdivilly
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathTemplateMatchmatchedTemplate(javax.servlet.http.HttpServletRequest request)Determines thePathTemplatethat was matched to the request
-
-
-
Method Detail
-
matchedTemplate
PathTemplateMatch matchedTemplate(javax.servlet.http.HttpServletRequest request)
Determines thePathTemplatethat was matched to the request- Parameters:
request- The HTTP request to determine the matchedPathTemplatefor- Returns:
PathTemplateMatchcontaining the parameters that were decoded from the matchedPathTemplate
-
-