org.resteasy
Class PathParamIndex
java.lang.Object
org.resteasy.PathParamIndex
public class PathParamIndex
- extends java.lang.Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Field Summary |
protected int |
offset
|
protected java.lang.String |
path
|
protected java.util.List<org.resteasy.PathParamIndex.Segment> |
segments
|
protected java.util.Map<java.lang.String,java.util.List<java.lang.Integer>> |
uriParams
|
protected boolean |
wildcard
|
Constructor Summary |
PathParamIndex(java.lang.String path,
int offset,
boolean wildcard)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
segments
protected java.util.List<org.resteasy.PathParamIndex.Segment> segments
path
protected java.lang.String path
uriParams
protected java.util.Map<java.lang.String,java.util.List<java.lang.Integer>> uriParams
offset
protected int offset
wildcard
protected boolean wildcard
PathParamIndex
public PathParamIndex(java.lang.String path,
int offset,
boolean wildcard)
populateUriInfoTemplateParams
public void populateUriInfoTemplateParams(HttpRequest input)
getUriParams
public java.util.Map<java.lang.String,java.util.List<java.lang.Integer>> getUriParams()
getOffset
public int getOffset()
Copyright © 2008. All Rights Reserved.