Package org.jboss.resteasy.core.registry
Class ClassNode
- java.lang.Object
 - 
- org.jboss.resteasy.core.registry.ClassNode
 
 
- 
public class ClassNode extends Object
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RootNodematch(HttpRequest request, int start)voidpotentials(String path, int start, List<ClassExpression> matches) 
 - 
 
- 
- 
Constructor Detail
- 
ClassNode
public ClassNode(String segment)
 
 - 
 
- 
Method Detail
- 
match
public RootNode match(HttpRequest request, int start)
 
- 
potentials
public void potentials(String path, int start, List<ClassExpression> matches)
 
 - 
 
 -