org.apache.clerezza.triaxrs.util
Class PathMatching
java.lang.Object
org.apache.clerezza.triaxrs.util.PathMatching
public class PathMatching
- extends Object
This class holds information to decide which root resource and
resource method to call. Furthermore it keeps the value of path
parameters, which later can be injected into resource method and/or
fields.
- Author:
- reto
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathMatching
public PathMatching(Map<String,String> parameters,
String remainingURIPath)
getParameters
public Map<String,String> getParameters()
getRemainingURIPath
public String getRemainingURIPath()
isSlashOrEmpty
public boolean isSlashOrEmpty()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.