public class ServletPathSpec extends PathSpec
group, pathDepth, pathSpec, specLength| Constructor and Description |
|---|
ServletPathSpec(String servletPathSpec) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPathInfo(String path)
Return the portion of the path that is after the path spec.
|
String |
getPathMatch(String path)
Return the portion of the path that matches a path spec.
|
String |
getRelativePath(String base,
String path)
Get the relative path.
|
boolean |
matches(String path)
Test to see if the provided path matches this path spec
|
compareTo, equals, getDeclaration, getGroup, getPathDepth, hashCode, toStringpublic ServletPathSpec(String servletPathSpec)
public String getPathInfo(String path)
PathSpecgetPathInfo in class PathSpecpath - the path to match againstpublic String getPathMatch(String path)
PathSpecgetPathMatch in class PathSpecpath - the path to match againstpublic String getRelativePath(String base, String path)
PathSpecgetRelativePath in class PathSpecbase - the base the path is relative topath - the additional pathCopyright © 1995-2016 Webtide. All Rights Reserved.