|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resteasy.core.registry.Segment org.jboss.resteasy.core.registry.RootSegment org.jboss.resteasy.core.registry.SimpleSegment
public class SimpleSegment
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 |
---|
protected java.lang.String segment
Constructor Detail |
---|
public SimpleSegment(java.lang.String segment)
Method Detail |
---|
public java.lang.String getSegment()
public ResourceInvoker matchSimple(HttpRequest request, java.lang.String path, int start)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |