Package org.jboss.resteasy.core.registry
Class RootClassNode
- java.lang.Object
-
- org.jboss.resteasy.core.registry.RootClassNode
-
public class RootClassNode extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Constructor Summary
Constructors Constructor Description RootClassNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
root
protected ClassNode root
-
bounded
protected Map<String,ClassExpression> bounded
-
-
Method Detail
-
getSize
public int getSize()
-
getBounded
public Map<String,List<ResourceInvoker>> getBounded()
-
match
public ResourceInvoker match(HttpRequest request, int start)
-
addInvoker
public void addInvoker(String classExpression, String fullpath, ResourceInvoker invoker)
-
addExpression
protected void addExpression(String path, ClassExpression ce)
-
-