org.jboss.resteasy.core.registry
Class SimpleSegment

java.lang.Object
  extended by org.jboss.resteasy.core.registry.Segment
      extended by org.jboss.resteasy.core.registry.RootSegment
          extended by org.jboss.resteasy.core.registry.SimpleSegment

public class SimpleSegment
extends RootSegment

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
protected  String segment
           
 
Fields inherited from class org.jboss.resteasy.core.registry.RootSegment
bounded, locatorExpressions, resourceExpressions, simpleSegments, sortedLocatorExpressions, sortedResourceExpressions
 
Fields inherited from class org.jboss.resteasy.core.registry.Segment
locator, methods, RESTEASY_CHOSEN_ACCEPT
 
Constructor Summary
SimpleSegment(String segment)
           
 
Method Summary
 String getSegment()
           
 ResourceInvoker matchSimple(HttpRequest request, String path, int start)
           
 
Methods inherited from class org.jboss.resteasy.core.registry.RootSegment
addPath, addPath, getBounded, isEmpty, isLocator, matchChildren, matchRoot, matchRoot, removePath, removePath
 
Methods inherited from class org.jboss.resteasy.core.registry.Segment
match
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

segment

protected String segment
Constructor Detail

SimpleSegment

public SimpleSegment(String segment)
Method Detail

getSegment

public String getSegment()

matchSimple

public ResourceInvoker matchSimple(HttpRequest request,
                                   String path,
                                   int start)


Copyright © 2011. All Rights Reserved.