Uses of Class
io.undertow.server.handlers.PathTemplateHandler
-
Packages that use PathTemplateHandler Package Description io.undertow io.undertow.server.handlers -
-
Uses of PathTemplateHandler in io.undertow
Methods in io.undertow that return PathTemplateHandler Modifier and Type Method Description static PathTemplateHandlerHandlers. pathTemplate()static PathTemplateHandlerHandlers. pathTemplate(boolean rewriteQueryParams) -
Uses of PathTemplateHandler in io.undertow.server.handlers
Methods in io.undertow.server.handlers that return PathTemplateHandler Modifier and Type Method Description PathTemplateHandlerPathTemplateHandler. add(String uriTemplate, HttpHandler handler)PathTemplateHandlerPathTemplateHandler. remove(String uriTemplate)
-