public class ApiVersionRequestMatcher extends Object implements RequestMatcher
Modifier and Type | Field and Description |
---|---|
protected int |
index |
protected boolean |
keepPathArg |
protected Map<String,DefaultRequestMatcher> |
matchers |
Constructor and Description |
---|
ApiVersionRequestMatcher() |
Modifier and Type | Method and Description |
---|---|
void |
add(String path,
ActionInfo ai,
ActionChain chain) |
ActionChain |
match(ActionContext ctx) |
protected int index
protected Map<String,DefaultRequestMatcher> matchers
protected boolean keepPathArg
public void add(String path, ActionInfo ai, ActionChain chain)
add
in interface RequestMatcher
public ActionChain match(ActionContext ctx)
match
in interface RequestMatcher
Copyright © 2020. All rights reserved.