org.apache.clerezza.triaxrs.util
Class PathMatching

java.lang.Object
  extended by 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

Constructor Summary
PathMatching(Map<String,String> parameters, String remainingURIPath)
           
 
Method Summary
 Map<String,String> getParameters()
           
 String getRemainingURIPath()
           
 boolean isSlashOrEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathMatching

public PathMatching(Map<String,String> parameters,
                    String remainingURIPath)
Method Detail

getParameters

public Map<String,String> getParameters()

getRemainingURIPath

public String getRemainingURIPath()

isSlashOrEmpty

public boolean isSlashOrEmpty()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.