Package oracle.dbtools.plugin.api.routes
Interface PathTemplates
public interface PathTemplates
Services for working with
PathTemplateMatch instances- Author:
- cdivilly
-
Method Summary
Modifier and TypeMethodDescriptionmatchedTemplate<wbr>(javax.servlet.http.HttpServletRequest request)Determines thePathTemplatethat was matched to the request
-
Method Details
-
matchedTemplate
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
-