org.jboss.resteasy.core.registry
Class Segment

java.lang.Object
  extended by org.jboss.resteasy.core.registry.Segment
Direct Known Subclasses:
PathParamSegment, RootSegment

public class Segment
extends java.lang.Object

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
protected  ResourceLocator locator
           
protected  java.util.List<ResourceMethod> methods
           
 
Constructor Summary
Segment()
           
 
Method Summary
protected  boolean isEmpty()
           
protected  ResourceInvoker match(java.lang.String httpMethod, MediaType contentType, java.util.List<MediaType> oldaccepts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methods

protected java.util.List<ResourceMethod> methods

locator

protected ResourceLocator locator
Constructor Detail

Segment

public Segment()
Method Detail

isEmpty

protected boolean isEmpty()

match

protected ResourceInvoker match(java.lang.String httpMethod,
                                MediaType contentType,
                                java.util.List<MediaType> oldaccepts)


Copyright © 2009. All Rights Reserved.