Interface UrlPathPart
-
- All Known Implementing Classes:
UrlParamPathPart,UrlStringPathPart
public interface UrlPathPart
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(UrlPathPart pathPart)Stringpart()
-
-
-
Method Detail
-
matches
boolean matches(UrlPathPart pathPart)
-
part
String part()
-
-