public class RootClassNode extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,ClassExpression> |
bounded |
protected ClassNode |
root |
Constructor and Description |
---|
RootClassNode() |
Modifier and Type | Method and Description |
---|---|
protected void |
addExpression(String path,
ClassExpression ce) |
void |
addInvoker(String classExpression,
String fullpath,
ResourceInvoker invoker) |
Map<String,List<ResourceInvoker>> |
getBounded() |
int |
getSize() |
ResourceInvoker |
match(HttpRequest request,
int start) |
void |
removeBinding(String classExpression,
String path,
Method method) |
protected ClassNode root
protected Map<String,ClassExpression> bounded
public int getSize()
public Map<String,List<ResourceInvoker>> getBounded()
public ResourceInvoker match(HttpRequest request, int start)
public void addInvoker(String classExpression, String fullpath, ResourceInvoker invoker)
protected void addExpression(String path, ClassExpression ce)
Copyright © 2016 JBoss by Red Hat. All rights reserved.