org.cruxframework.crux.core.server.rest.core.registry
Class SimpleSegment

java.lang.Object
  extended by org.cruxframework.crux.core.server.rest.core.registry.Segment
      extended by org.cruxframework.crux.core.server.rest.core.registry.RootSegment
          extended by org.cruxframework.crux.core.server.rest.core.registry.SimpleSegment

public class SimpleSegment
extends RootSegment

Author:
Thiago da Rosa de Bustamante

Field Summary
protected  String segment
           
 
Fields inherited from class org.cruxframework.crux.core.server.rest.core.registry.RootSegment
bounded, locatorExpressions, resourceExpressions, simpleSegments, sortedLocatorExpressions, sortedResourceExpressions
 
Constructor Summary
SimpleSegment(String segment)
           
 
Method Summary
 String getSegment()
           
 ResourceMethod matchSimple(HttpRequest request, String path, int start)
           
 
Methods inherited from class org.cruxframework.crux.core.server.rest.core.registry.RootSegment
addPath, addPath, getBounded, isEmpty, matchChildren, matchRoot, matchRoot
 
Methods inherited from class org.cruxframework.crux.core.server.rest.core.registry.Segment
addMethod, isResponseMediaTypeAllowed, 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 ResourceMethod matchSimple(HttpRequest request,
                                  String path,
                                  int start)


Copyright © 2014. All rights reserved.