public class ClassNode extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,ClassNode> |
children |
protected String |
segment |
protected List<ClassExpression> |
targets |
Modifier and Type | Method and Description |
---|---|
RootNode |
match(HttpRequest request,
int start) |
void |
potentials(String path,
int start,
List<ClassExpression> matches) |
protected String segment
protected List<ClassExpression> targets
public ClassNode(String segment)
public RootNode match(HttpRequest request, int start)
public void potentials(String path, int start, List<ClassExpression> matches)
Copyright © 2017 JBoss by Red Hat. All rights reserved.