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  java.lang.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
 
Constructor Summary
SimpleSegment(java.lang.String segment)
           
 
Method Summary
 java.lang.String getSegment()
           
 ResourceInvoker matchSimple(HttpRequest request, java.lang.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 java.lang.String segment
Constructor Detail

SimpleSegment

public SimpleSegment(java.lang.String segment)
Method Detail

getSegment

public java.lang.String getSegment()

matchSimple

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


Copyright © 2009. All Rights Reserved.