public class PathTemplate extends Object implements Comparable<PathTemplate>
public static PathTemplate create(String path)
public boolean matches(String path, Map<String,String> pathParameters)
path
- The request path, relative to the context rootpathParameters
- The path parameters map to fill outpublic int compareTo(PathTemplate o)
compareTo
in interface Comparable<PathTemplate>
Copyright © 2013 JBoss by Red Hat. All rights reserved.