public class ActionInvoker extends Object
Modifier and Type | Field and Description |
---|---|
protected DefaultRequestMatcher |
dft |
protected List<RequestMatcher> |
matchers |
Constructor and Description |
---|
ActionInvoker() |
Modifier and Type | Method and Description |
---|---|
void |
add(String path,
ActionInfo ai,
ActionChain chain) |
void |
addChain(String httpMethod,
ActionChain chain) |
ActionChain |
getActionChain(ActionContext ac) |
List<RequestMatcher> |
getMatchers() |
boolean |
invoke(ActionContext ac) |
void |
setDefaultChain(ActionChain defaultChain) |
void |
setMatchers(List<RequestMatcher> matchers) |
protected List<RequestMatcher> matchers
protected DefaultRequestMatcher dft
public void add(String path, ActionInfo ai, ActionChain chain)
public ActionChain getActionChain(ActionContext ac)
public boolean invoke(ActionContext ac)
public void addChain(String httpMethod, ActionChain chain)
public void setDefaultChain(ActionChain defaultChain)
public void setMatchers(List<RequestMatcher> matchers)
public List<RequestMatcher> getMatchers()
Copyright © 2020. All rights reserved.